Class WebPagePropertiesTabClientProperties
Properties of 'Properties' page.
public class WebPagePropertiesTabClientProperties : TemplateClientProperties
- Inheritance
-
objectWebPagePropertiesTabClientProperties
- Inherited Members
- Extension Methods
Properties
Disabled
Indicates whether the form is disabled.
public bool Disabled { get; set; }
Property Value
- bool
DisplayName
Display name of the web page or folder being displayed.
public string DisplayName { get; set; }
Property Value
- string
IsFolder
Indicates if current web page is folder.
public bool IsFolder { get; set; }
Property Value
- bool
Status
Content item status.
public ContentItemStatus Status { get; set; }
Property Value
WebPageVersionStatus
Current web page version status.
public ContentItemVersionStatus? WebPageVersionStatus { get; set; }
Property Value
WebPagesApplicationSlug
Slug of the web pages application.
public string WebPagesApplicationSlug { get; set; }
Property Value
- string
WorkflowState
Content item workflow state.
[Obsolete("Member is deprecated and will be removed in next version, use Status property instead.")]
[ObsoleteSince(29, 0)]
[JsonIgnore]
public ContentItemWorkflowStateObsolete WorkflowState { get; set; }