Click or drag to resize

IdentityControllerGetManagerIds Method

Overload List
  NameDescription
Public methodGetManagerIds(Int32, ContextControllerCrawlMode)
Returns the "managers" of an identity. The managers are the owners of the identity's primary context (or the owner of an ancestor context if the primary context itself has no owners). If one or more supervisors are stated (according to the identity's primary context type) on the identity then these are returned as priority one. Managers are either users or (non-personal) groups (or a combination).
Public methodStatic memberGetManagerIds(Int32, SqlConnection, SqlTransaction)
Returns the "managers" of an identity. The managers are the owners of the identity's primary context (or the owner of an ancestor context if the primary context itself has no owners). If one or more supervisors are stated (according to the identity's primary context type) on the identity then these are returned as priority one.
Public methodStatic memberGetManagerIds(Int32, Boolean, SqlConnection, SqlTransaction)
Returns the "managers" of an identity. The managers are the owners of the identity's primary context (or the owner of an ancestor context if the primary context itself has no owners). If one or more supervisors are stated (according to the identity's primary context type) on the identity then these are returned as priority one. Managers are either users or (non-personal) groups (or a combination).
Top
See Also