TDProject.GetAllUserAccess Method
Public Shared Function GetAllUserAccess( _
ByVal project_id As EntityID, _
ByVal db As IDatabase _
) As List(Of UserAccessInfo)
This language is not supported or no code example is available.
public static List<UserAccessInfo> GetAllUserAccess(
EntityID project_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<UserAccessInfo^>^ GetAllUserAccess(
EntityID^ project_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- project_id
- EntityID
the td project
- db
- IDatabase
the db connection
Return Value
List<UserAccessInfo>the the user access - note: sharing is read, direct is write