예제 #1
0
 /// <summary>
 /// Get the AssetLifecycleReference for the Children of provided asset, if
 /// Guid.Empty will get the functional Roots children
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// </param>
 /// <param name='assetId'>
 /// </param>
 public static IList <AssetLifecycleReference> GetAssetLifecycleReferencesForChildren(this IAssets operations, string client, string assetId)
 {
     return(operations.GetAssetLifecycleReferencesForChildrenAsync(client, assetId).GetAwaiter().GetResult());
 }