VersionStatus Enumeration
Contains values specifying the status of a version.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Member name | Description | |
|---|---|---|
| Committed | A committed version. No changes can be made. | |
| Locked | A locked version. Users can not make updates. Version administrators can perform final validations or revisions prior to committing. | |
| NotSpecified | Version status is not specified. | |
| Open | An open version. Users can make updates (security permitting). |
Show: