Share via


Web Part Schema Priorities and Conflicts

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

In some cases, setting a property to a certain value causes dashboard factories to ignore values in other properties.

Property Setting Result
AutoUpdate = 0 (never update) MasterPartLink properties on the folder and Web Parts are ignored. No master Web Part processing is performed.
RequiresIsolation = TRUE Most dashboards will ignore the Extensible Stylesheet Language (XSL) or XSLLink properties. Dashboards can make it possible for Content with no ContentLink, but this might not be supported. In general, if you set RequiresIsolation to TRUE, the Web Part should have a ContentLink value.
IsVisible = FALSE If a Web Part is invisible, the values for properties that control appearance are meaningless; for example, HasFrame, FrameState, CustomizationLink, and AllowRemove are ignored.
IsIncluded = FALSE If a Web Part is not included, the dashboard factory ignores most Web Part properties when rendering the view. When building a view, the dashboard factory generally does not process Web Parts that have this property set to FALSE.

See Also

Web Part Schema Properties