ValidateCollectionStatus (Type)
A structure describing whether the collection information is valid.
Based On:
Structure
Structure Fields:
Field Name | Type | Description |
---|---|---|
ErrorMessage | PlainText | The reasons why the collection information is invalid. If it is valid, this is an empty string. |
FullCollectionDirectoryPath | DirectoryPath | If valid, this is the full path to the collection directory. Otherwise, this is en empty string. |
isValid | Boolean | Boolean flag which when true indicates that the collection information is valid. |
Error Message:
None