shareOptionsWithOptionsGroups:
Creates and initializes a collaboration share options object with the array of groups.
Declaration
+ (SWCollaborationShareOptions *) shareOptionsWithOptionsGroups:(NSArray<SWCollaborationOptionsGroup *> *) optionsGroups;Parameters
- optionsGroups:
An array of Swcollaborationoptionsgroup objects to customize how the system shares the collaboration.
Return Value
A SWCollaborationShareOptions object.