Share via


XmlConsoleDataSource.IsBuiltInConfiguration property

Determines whether the file being used to populate this XmlConsoleDataSource object is a predefined or custom file.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property IsBuiltInConfiguration As Boolean
    Get
    Set
'Usage
Dim instance As XmlConsoleDataSource
Dim value As Boolean

value = instance.IsBuiltInConfiguration

instance.IsBuiltInConfiguration = value
public bool IsBuiltInConfiguration { get; set; }

Property value

Type: System.Boolean
A Boolean value that represents whether the XML file was predefined in the Microsoft SharePoint Foundation Publishing collection.

Remarks

Set this value to True if the configuration file is a predefined file included with the product. Set this value to False if the configuration file is a custom file or is stored in the database.

See also

Reference

XmlConsoleDataSource class

XmlConsoleDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace

XmlConsoleDataSource