Click or drag to resize
DocumentHelperGetPublished Method
Gets the published state of the document from the given data container

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static bool GetPublished(
	IDataContainer dc
)

Parameters

dc
Type: CMS.BaseIDataContainer
Data container

Return Value

Type: Boolean
See Also