Method GetChildrenCountAsync<T>(IRedbObject, ITreeProvider)
Gets count of object children
public static Task<int> GetChildrenCountAsync<T>(this IRedbObject obj, ITreeProvider treeProvider) where T : class, new()
Gets count of object children
public static Task<int> GetChildrenCountAsync<T>(this IRedbObject obj, ITreeProvider treeProvider) where T : class, new()