CBGroupIdentityMBS shared methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

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.


💬 Ask a question or report a problem