SPExecutingConversionRequest.FileId Property
Gets the GUID of the file that is being converted.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property FileId As Guid
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As Guid
value = instance.FileId
public Guid FileId { get; }
Property Value
Type: System.Guid
A System.Guid object that identifies the file.
See Also
Reference
SPExecutingConversionRequest Class