LevelHierarchyToolPart.XmlDocXsl property

Gets or sets the XmlDocument object where the XSLT property is loaded.

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

Syntax

'Declaration
Protected Property XmlDocXsl As XmlDocument
    Get
    Set
'Usage
Dim value As XmlDocument

value = Me.XmlDocXsl

Me.XmlDocXsl = value
protected XmlDocument XmlDocXsl { get; set; }

Property value

Type: System.Xml.XmlDocument

See also

Reference

LevelHierarchyToolPart class

LevelHierarchyToolPart members

Microsoft.SharePoint.Publishing.WebControls namespace