SPExecutingConversionRequest.NewFileName Property
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