Content Property
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.
The Content property represents the body of the Web Part as embedded content. This property is optional. An alternate way of providing content is to link Web Part content using the ContentLink property.
By default, dashboard factories check ContentLink first and use that if specified. If ContentLink has no value or if the factory encounters an error when trying to get the results of the URL, the factory uses the value in the Content property for the current dashboard view.
If you are not required to provide embedded content, you can use this property to store error text that a dashboard displays when the pointer specified in the ContentLink property fails.
Property | Value |
---|---|
Data Type | String |
Default | None |
IsContentIndexed | FALSE |
IsIndexed | FALSE |
IsMultiValued | FALSE |
IsReadOnly | FALSE |
IsRequired | FALSE |
IsVisible | TRUE |
Version | 1 |
TextFormat | Plain text |
See Also
Web Part Schema Properties | ContentLink Property | ContentType Property