DetachFromCentralOption
Description:
Options for workset detachment behavior.
Options for workset detachment behavior.
public enum DetachFromCentralOption
| Name | Description |
|---|---|
| ClearTransmittedSaveAsNewCentral | After opening the transmitted, workshared model, immediately resave it with its current name and clear the transmitted flag. |
| DetachAndDiscardWorksets | Detach the model being opened from its central model and discard worksets/worksharing. |
| DetachAndPreserveWorksets | Detach the file being opened from its central file. |
| DoNotDetach | Do not detach the file being opened from its central file. |