LinkDialogCustomBrowseFunction Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets name of a client-side function to execute instead of the standard browse dialog.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string CustomBrowseFunction { get; set; }

Property Value

Type: String
The custom browse function.
Remarks

The custom function should have one argument. The passed value is an array consisting of unitId, categoryId, documentId(multidimensional), document name(multidimensional), document url(multidimensional) and content type(multidimensional). The function should also return the same type of array.
See Also

Reference