!--a11y-->
mkvsgroup 
Creates a versionSetGroup.
Syntax |
mkvsgroup/mg [-state|-s ...] [-externalState|-es ...] [-displayName|-d ...] [-baseVersionSet|-b ...] [-activity|-a ...] [-propagationlist|-p ...] vsgroup type |
Options |
|
-state|-s |
The state of the group. If this option is not specified, an open group is created. (open - an open versionSetGroup, closed - a closed versionSetGroup) |
-externalState|-es |
The external type of the group (default=0) |
-displayName|-d |
The display name of the versionSetGroup |
-baseVersionSet|-b |
The base versionSet of the versionSetGroup |
-activity|-a |
activity to be added to the versionSetGroup |
-propagationlist|-p |
propagationList to be added to the versionSetGroup |
Arguments |
|
vsgroup |
versionSetGroup name or path |
type |
The type of the group (such as "CMS:changerequest" or "CWB:correction") |
Description |
Creates a versionSetGroup. |
Creates the open versionSetGroup myVsGroup with the display name ‘Test’ and the type ‘CWB:correction’.
mkvsgroup -state open –displayName Test myVsGroup CWB:correction