Class PublishUrlsTabWebPageCommandArguments
Represents arguments of the Publish(PublishUrlsTabWebPageCommandArguments, CancellationToken) and ChangeWorkflowStep(PublishUrlsTabWebPageCommandArguments, CancellationToken) commands.
public sealed class PublishUrlsTabWebPageCommandArguments : UrlsSubmissionCommandArguments
- Inheritance
-
objectPublishUrlsTabWebPageCommandArguments
- Inherited Members
- Extension Methods
Constructors
PublishUrlsTabWebPageCommandArguments()
public PublishUrlsTabWebPageCommandArguments()
Properties
UpdateBeforeProcessing
Indicates if the web page should be updated before publish.
public bool UpdateBeforeProcessing { get; set; }
Property Value
- bool