Enum ConformingStatus
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
A status indicating whether this version conforms to its parent folder’s file naming standard.
Possible values:
NONE
: The conforming status is not applicable for the version.CONFORMING
: The version conforms to its parent folder’s file naming standard.NON_CONFORMING
: The version does not conform to its parent folder’s file naming standard.
In the event of a NON_CONFORMING
status, use the Get a Folder operation to get the file naming standards IDs that have been applied to the version’s parent folder. Then use the ID to call GET naming-standards to get the details of the file naming standard.
Note that this feature is only available for BIM 360 projects.
To learn more about the file naming standard feature, see the BIM 360 File Naming Standard help documentation.
[JsonConverter(typeof(StringEnumConverter))]
public enum ConformingStatus
Fields
CONFORMING = 1
Enum CONFORMING for value: CONFORMING
NONCONFORMING = 2
Enum NONCONFORMING for value: NON_CONFORMING
NONE = 0
Enum NONE for value: NONE