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)

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