WorksetConfiguration.Close
Description:
Sets a group of user-created worksets to close.
Sets a group of user-created worksets to close.
Remarks:
Calling this method on a configuration created with options other than WorksetConfigurationOption.CloseAllWorksets will set these worksets to be explicitly closed. If all worksets are set to close, the configuration will be unchanged. Worksets other than the inputs are unaffected.
Calling this method on a configuration created with options other than WorksetConfigurationOption.CloseAllWorksets will set these worksets to be explicitly closed. If all worksets are set to close, the configuration will be unchanged. Worksets other than the inputs are unaffected.
public void Close(
IList<WorksetId> worksetsToClose
)
-
IList<WorksetId>worksetsToCloseThe group of user-created worksets to close. Non-user-created worksets and invalid workset ids will be ignored.
-
A non-optional argument was null