| MainLibraryAddUserToUserGroups Method |
Tilføjer en bruger som medlem i et antal brugergrupper.
Namespace:
Omada.OE.UtilityCodeAssembly.Library
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic static bool AddUserToUserGroups(
CodeMethodInvokeContext context,
int userRefPropertyId,
int groupsRefPropertyId
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- userRefPropertyId
- Type: SystemInt32
Id for en single-value reference property til valg af en user.
Property skal findes på action objektet.
- groupsRefPropertyId
- Type: SystemInt32
Return Value
Type:
Boolean
See Also