SPFile.IsConvertedFile Property
Gets a Boolean value that indicates whether the file object was created as part of a document transform.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property IsConvertedFile As Boolean
Get
'Usage
Dim instance As SPFile
Dim value As Boolean
value = instance.IsConvertedFile
public bool IsConvertedFile { get; }
Property Value
Type: System.Boolean
true if the file object was created as part of a document transform; otherwise, false.