ProfileBrowser.GetScriptDescriptors Method
Returns an array of descriptors for each client control that is required for the client functionality of the ProfileBrowserWebPart.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Function GetScriptDescriptors As IEnumerable(Of ScriptDescriptor)
'Usage
Dim returnValue As IEnumerable(Of ScriptDescriptor)
returnValue = Me.GetScriptDescriptors()
protected virtual IEnumerable<ScriptDescriptor> GetScriptDescriptors()
Return Value
Type: System.Collections.Generic.IEnumerable<ScriptDescriptor>
A collection of ScriptDescriptor objects.
Remarks
This method returns a list of ScriptDescriptor objects that represents the client controls required for the client functionality of the ProfileBrowserWebPart.