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.
Gets the requested name of the file to be created as a result of the conversion, as passed to the Convert method.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property NewFileName As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.NewFileName
public string NewFileName { get; }
Property Value
Type: System.String
A string that contains the name of the file to be created.
See Also
Reference
SPExecutingConversionRequest Class