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