FileReferenceExplorer Constructor

Initializes the control. Called during construction.
 

Parameters

element

Type: HTMLElement
The DOM element that the control will render to.
options

Type: Object
The options for this CheckedOutReferenceExplorer explorer. Example: { onFinishedAddingItems: function () { }, onError: function () { }, provider: an object which contains a delegate for providing the file system references to display, see dundas.controls.FileReferencesProviderBase, showCheckboxes: true whether to show checkboxes or not }.