Click or drag to resize
TreeNodeIsPublished Property
Indicates whether the document is published.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public virtual bool IsPublished { get; }

Property Value

Type: Boolean
Remarks
Publish state is determined based on workflow state and publish from/to values.
See Also