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.
Retrieves the file from the configuration store and writes it to the specified location.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SaveAs ( _
fileName As String _
)
'Usage
Dim instance As SPPersistedFile
Dim fileName As String
instance.SaveAs(fileName)
public void SaveAs(
string fileName
)
Parameters
fileName
Type: System.StringA string that specifies the local path where the file will be written.