Class CreateWebPageFormContextParameters
Represents the parameters required to create a web page form context.
public sealed class CreateWebPageFormContextParameters
- Inheritance
-
objectCreateWebPageFormContextParameters
- Extension Methods
Constructors
CreateWebPageFormContextParameters()
public CreateWebPageFormContextParameters()
Properties
ContentItemId
Gets or sets the content item identifier of the web page.
public int ContentItemId { get; init; }
Property Value
- int
LanguageName
Gets or sets the content language codename.
public string LanguageName { get; init; }
Property Value
- string
VersionStatus
Gets or sets the version status of the web page.
public ContentItemVersionStatus VersionStatus { get; init; }
Property Value
Remarks
Default value is InitialDraft.
WebPageItemId
Gets or sets the web page item identifier.
public int WebPageItemId { get; init; }
Property Value
- int
WebsiteChannelId
Gets or sets the website channel identifier.
public int WebsiteChannelId { get; init; }
Property Value
- int