SPView.OpenApplicationExtension Property

Gets or sets the type of application to be used to edit the view.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property OpenApplicationExtension As String
    Get
    Set
'Usage
Dim instance As SPView
Dim value As String

value = instance.OpenApplicationExtension

instance.OpenApplicationExtension = value
public string OpenApplicationExtension { get; set; }

Property Value

Type: System.String
The type of application to be used to edit the view.

Remarks

The user can look up a preferred application for the specified file name extension, and use that application to edit this view. If this property is not specified, the server presents a default user interface to edit the view.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace