Click or drag to resize
DocumentListMassActionsParametersGetCopyMoveLinkBaseActionUrl Property
Function which creates path where content tree in copy/move/link dialogs will start. The only parameter is name of the action ("Move", "Copy" or "Link").

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public Func<string, string> GetCopyMoveLinkBaseActionUrl { get; set; }

Property Value

Type: FuncString, String
See Also