SPWebApplication.FileSavePostProcessExtensions property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FileSavePostProcessExtensions As Collection(Of String)
Get
'Usage
Dim instance As SPWebApplication
Dim value As Collection(Of String)
value = instance.FileSavePostProcessExtensions
public Collection<string> FileSavePostProcessExtensions { get; }
Property value
Type: System.Collections.ObjectModel.Collection<String>