Click or drag to resize
ContentInnerMediaViewOnGetContentItemUrl Delegate
Delegate for the event fired when URL for content item based on node is required.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public delegate string OnGetContentItemUrl(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node to create presentation URL for.

Return Value

Type: String
See Also