CMSAbstractDataPropertiesIsSelectedItem Method |
returns true if current document is selected
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also