SPFile.IsConvertedFile property

NOTE: This API is now obsolete.

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)

Syntax

'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property IsConvertedFile As Boolean
    Get
'Usage
Dim instance As SPFile
Dim value As Boolean

value = instance.IsConvertedFile
[ObsoleteAttribute("This member is obsolete.", false)]
public bool IsConvertedFile { get; }

Property value

Type: System.Boolean
true if the file object was created as part of a document transform; otherwise, false.

See also

Reference

SPFile class

SPFile members

Microsoft.SharePoint namespace