Class RetrieveContentParametersBase<T>
Base class for parameters used during content items retrieval. IContentRetriever
public abstract class RetrieveContentParametersBase<T> : RetrieveParametersBase<T> where T : RetrieveContentParametersBase<T>, new()
Type Parameters
T
- Inheritance
-
objectRetrieveContentParametersBase<T>
- Derived
- Inherited Members
- Extension Methods
Constructors
RetrieveContentParametersBase()
protected RetrieveContentParametersBase()
Properties
WorkspaceNames
Names of the workspaces from which content should be retrieved.
public IEnumerable<string> WorkspaceNames { get; init; }
Property Value
- IEnumerable<string>