Project.GetGroupAccess Method
Public Shared Function GetGroupAccess( _
ByVal project_id As EntityID, _
ByVal group_id As EntityID, _
ByVal db As IDatabase _
) As RoleAccessType
This language is not supported or no code example is available.
public static RoleAccessType GetGroupAccess(
EntityID project_id,
EntityID group_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static RoleAccessType GetGroupAccess(
EntityID^ project_id,
EntityID^ group_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- project_id
- EntityID
<default>
- group_id
- EntityID
<default>
- db
- IDatabase
<default>