Method GetPolymorphicDescendantsAsync(IRedbObject, IRedbUser, int?)

Assembly: redb.Core.dll

Get all polymorphic descendants of object with explicit user.
Uses config.DefaultCheckPermissionsOnLoad.

public Task<IEnumerable<ITreeRedbObject>> GetPolymorphicDescendantsAsync(IRedbObject parentObj, IRedbUser user, int? maxDepth = null)