Click or drag to resize
ContentInnerMediaViewGetColorizeID Method
Returns correct ID for the given item (for colorizing the item when selected).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected string GetColorizeID(
	IDataContainer data
)

Parameters

data
Type: CMS.BaseIDataContainer
Item to get the ID of

Return Value

Type: String
See Also