Click or drag to resize
CMSAbstractDataPropertiesIsSelectedItem Method
returns true if current document is selected

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public bool IsSelectedItem(
	ref string currentNodePath,
	ref string pageClass,
	bool forceReload
)

Parameters

currentNodePath
Type: SystemString
Selected item path
pageClass
Type: SystemString
Selected item class name
forceReload
Type: SystemBoolean
Indicates whether cached data can be used

Return Value

Type: Boolean
See Also