The enum defines the valid modes of retrieving data sources and placeholders on datasources during Production API reads
Namespace: Relativity.Productions.Services
Assembly: Relativity.Productions.Services.Interfaces (in Relativity.Productions.Services.Interfaces.dll) Version: 11.0.7.1 2f8827611dc1dd9b46db576b7b03da47f4e093ee
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No data sources or placeholders will be returned on production read | |
OnlyDataSources | 1 | Data sources will be returned, but not placeholders, on production read | |
DataSourcesAndPlaceholders | 2 | Both data sources and their associated placeholders will be returned on production read |
See Also