Platforms to show: All Mac Windows Linux Cross-Platform

Back to CBGroupIdentityMBS class.

CBGroupIdentityMBS.groupIdentityWithPosixGID(groupID as Integer, authority as CBIdentityAuthorityMBS) as CBGroupIdentityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the group identity with the given POSIX GID in the specified identity authority.
Example
// get staff group
dim a as CBIdentityAuthorityMBS = CBIdentityAuthorityMBS.localIdentityAuthority
dim i as CBGroupIdentityMBS = CBGroupIdentityMBS.groupIdentityWithPosixGID(20,a)

MsgBox i.fullName

groupID: The GID of the group identity you are searching for.
authority: An identity authority in which to search for the group identity.

Returns the group identity object with the given GID in the specified identity authority, or nil if no identity exists with the specified GID.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...