WebPartMobileAdapter.ExpandCollapseFunctionUrl property

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)

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.

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace