0 out of 2 rated this helpful - Rate this topic

DataFormWebPart.DataSourcesString Property

Gets the markup string that is stored in the Web Part table for the inside zone of the DataFormWebPart object.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[PersonalizableAttribute(PersonalizationScope.Shared, true)]
[WebBrowsableAttribute(false)]
public string DataSourcesString { get; set; }

Property Value

Type: System.String

The difference between DataSources and DataSourcesString is that DataSourcesString is the markup string that is stored in the Web Part table for the inside zone of the DataFormWebPart object, and DataSources stores the real collection of data source instances. Otherwise the two properties mirror each other.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ