Create(String):IChangeSet
Generates a new ChangeSet with the indicated name
All users in onion.net may create a new ChangeSet.
Return type: Onion.Client.IChangeSet
Parameter
- name
Type: System.String
This parameter is the name of the new ChangeSet. This name must be unique in the system. There is no case sensitivity.
If the name is already assigned, then a ChangeSetAlreadyExistsException is triggered.