GetAssetParentHierarchyWithList Method
- Last UpdatedApr 15, 2025
- 1 minute read
Gets a collection of Parent Hierarchy records of the AssetInfo lightweight object type from the Intelatrac database based on the specified criteria.
'Declaration
Public Function GetAssetParentHierarchyWithList( _
ByVal organizationId As Guid, _
ByVal assetNameClassListXml As String, _
ByVal token As String _
) As Collection(Of AssetInfo)
'Usage
Dim instance As SdkClient
Dim organizationId As Guid
Dim assetNameClassListXml As String
Dim token As String
Dim value As Collection(Of AssetInfo)
value = instance.GetAssetParentHierarchyWithList(organizationId, assetNameClassListXml, token)
public Collection<AssetInfo> GetAssetParentHierarchyWithList(
Guid organizationId,
string assetNameClassListXml,
string token
)
public:
Collection<AssetInfo^>^ GetAssetParentHierarchyWithList(
Guid organizationId,
String^ assetNameClassListXml,
String^ token
)
Parameters
- organizationId
- The organization scope to limit the result set.
- assetNameClassListXml
- XML Format:
- token
- A security token retrieved via
AIMserver request
Return Value
A typed collection of AssetInfo objects.