Click or drag to resize
ContentInnerMediaViewIsPageTypeSelectable Method
Returns true if the given page is selectable based on its page type

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public bool IsPageTypeSelectable(
	IDataContainer data
)

Parameters

data
Type: CMS.BaseIDataContainer
Page data

Return Value

Type: Boolean
See Also