ISPHierarchyData Interface
Provides an interface to create hierarchical XmlDocument objects from data sources that derive from the IHierarchicalDataSource class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Interface ISPHierarchyData _
Inherits IHierarchyData
Dim instance As ISPHierarchyData
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public interface ISPHierarchyData : IHierarchyData
Remarks
Properly formatted message exchange occurs between data providers and consumers when data types are marshaled to managed classes.
XmlDocument objects must be marshaled as XmlNode or SoapXml objects in order to be used as parameters for Windows SharePoint ServicesWebService methods.
See Also
Reference
Microsoft.SharePoint.WebPartPages Namespace