File.GetGroupAccess Method
Public Shared Function GetGroupAccess( _
ByVal file_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 file_id,
EntityID group_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static RoleAccessType GetGroupAccess(
EntityID^ file_id,
EntityID^ group_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- file_id
- EntityID
the id of the file
- group_id
- EntityID
the id of the group
- db
- IDatabase
the database to use
Return Value
RoleAccessTypethe role access information