DataSourceReadMode Enumeration

Relativity.Productions.API
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

public enum DataSourceReadMode
Members

  Member nameValueDescription
None0 No data sources or placeholders will be returned on production read
OnlyDataSources1 Data sources will be returned, but not placeholders, on production read
DataSourcesAndPlaceholders2 Both data sources and their associated placeholders will be returned on production read
See Also

Reference