SPFile.GeneratingConverterId Property
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property GeneratingConverterId As Guid
Get
'Usage
Dim instance As SPFile
Dim value As Guid
value = instance.GeneratingConverterId
public Guid GeneratingConverterId { get; }
Property Value
Type: System.Guid
A System.Guid object that identifies the transformer.