ContentInnerMediaViewOnGetContentItemUrl Delegate |
Delegate for the event fired when URL for content item based on node is required.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public delegate string OnGetContentItemUrl(
TreeNode node
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Tree node to create presentation URL for.
Return Value
Type:
StringSee Also