IService.HierarchyMembersGet(HierarchyMembersGetRequest) Method

Definition

Retrieves parent-child members from a hierarchy relative to a parent node.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::HierarchyMembersGetResponse ^ HierarchyMembersGet(Microsoft::MasterDataServices::Services::MessageContracts::HierarchyMembersGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.HierarchyMembersGetResponse HierarchyMembersGet (Microsoft.MasterDataServices.Services.MessageContracts.HierarchyMembersGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member HierarchyMembersGet : Microsoft.MasterDataServices.Services.MessageContracts.HierarchyMembersGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.HierarchyMembersGetResponse
Public Function HierarchyMembersGet (request As HierarchyMembersGetRequest) As HierarchyMembersGetResponse

Parameters

request
HierarchyMembersGetRequest

The request.

Returns

Attributes

Remarks

The HierarchyMembersGet(HierarchyMembersGetRequest) operation retrieves all hierarchy members, the immediate children of a specified hierarchy parent, or all descendants of a specified hierarchy parent. This operation is optimized for hierarchy relationship retrieval and for walking the hierarchy path. HierarchyMembersGet(HierarchyMembersGetRequest) works within the context of a single hierarchy and a single version.

Applies to