Class RetrieveCurrentPageParameters
Parameters used during retrieval of current page. IContentRetriever
public sealed class RetrieveCurrentPageParameters : RetrieveParametersBase<RetrieveCurrentPageParameters>
- Inheritance
-
objectRetrieveCurrentPageParameters
- Inherited Members
- Extension Methods
Constructors
RetrieveCurrentPageParameters()
public RetrieveCurrentPageParameters()
Properties
IncludeUrlPath
Indicates if the URL path should be included in the retrieved data.
public bool IncludeUrlPath { get; init; }
Property Value
- bool