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.1.0.1 9c084404c128f715df772c7792aa49f21535523c
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