TreeNodeIsPublished Property |
Indicates whether the document is published.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual bool IsPublished { get; }
Property Value
Type:
BooleanRemarks
Publish state is determined based on workflow state and publish from/to values.
See Also