SPFile.GeneratingConverterId property
NOTE: This API is now obsolete.
Gets the ID of the transformer that is used to create the file, or Guid.Empty if the file is not a child file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property GeneratingConverterId As Guid
Get
'Usage
Dim instance As SPFile
Dim value As Guid
value = instance.GeneratingConverterId
[ObsoleteAttribute("This member is obsolete.", false)]
public Guid GeneratingConverterId { get; }
Property value
Type: System.Guid
A System.Guid object that identifies the transformer.