OrganizationClaimHierarchyProvider Members
Include Protected Members
Include Inherited Members
Represents the organization hierarchy tree for claims providers.
The OrganizationClaimHierarchyProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrganizationClaimHierarchyProvider | Initializes a new instance of the OrganizationClaimHierarchyProvider class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets a string that represents the name for this organization claims hierarchy provider. Used to identify the hierarchy provider. (Overrides SPClaimHierarchyProvider.Name.) | |
Schema | (Inherited from SPClaimHierarchyProvider.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FillHierarchy | Aggregates multiple [Microsoft.SharePoint.WebControls.SPProviderHierarchyTree] controls from different claims providers into one hierarchy provider tree. (Overrides SPClaimHierarchyProvider.FillHierarchy(Uri, List<SPProviderHierarchyTree>, SPProviderHierarchyTree).) | |
FillMetadata | Fills the nodes with metadata if this claims provider also provides metadata. (Overrides SPClaimHierarchyProvider.FillMetadata(Uri, SPProviderHierarchyTree).) | |
FillSchema | Fills the schema for the SPClaimHierarchyProvider object. (Overrides SPClaimHierarchyProvider.FillSchema(SPProviderSchema).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetHierarchy | Returns the overall hierarchy up to the number of levels specified in the numberOfLevels parameter. (Overrides SPClaimHierarchyProvider.GetHierarchy(Uri, String, Int32).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top