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

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

Name of function to execute instead of standard browse object dialog. The custom function should have one argument. The passed value will be an array consisting of unit id, category id, document id(multidimensional), document name(multidimensional) and document url(multidimensional). The function shall also return the same type of array.

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

public virtual string CustomBrowseObjectFunction { get; set; }

Property Value

Type: String
The custom browse object function.
See Also

Reference