Пример #1
0
 /// <summary>
 /// Returns the children for the supplied asset IDs, such as the Omniclass
 /// hierarchy.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// The name of the client account.
 /// </param>
 /// <param name='assetIds'>
 /// Space separated Guids of assets ids
 /// </param>
 public static IList <TaxonomyLevelDescriptor> GetChildrenForAssets(this IAssets operations, string client, string assetIds)
 {
     return(operations.GetChildrenForAssetsAsync(client, assetIds).GetAwaiter().GetResult());
 }