SPExecutingConversionRequest.NewFileName property
NOTE: This API is now obsolete.
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)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property NewFileName As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.NewFileName
[ObsoleteAttribute("This member is obsolete.", false)]
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