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.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public Func<string, string> GetCopyMoveLinkBaseActionUrl { get; set; }

Property Value

Type: FuncString, String
See Also