Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL of the ECMAScript (JavaScript and JScript) function that provides expanding and collapsing of the Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property ExpandCollapseFunctionUrl As String
Get
'Usage
Dim value As String
value = Me.ExpandCollapseFunctionUrl
protected string ExpandCollapseFunctionUrl { get; }
Property Value
Type: System.String
The URL of the ECMAScript function.
Remarks
This property is called by CreateWebPartIcon(WebPartMobileAdapter.WebPartIconLink) when the browser supports ECMAScript and the WebPartMobileAdapter.WebPartIconLink parameter is not NoLink.