SPFile.GeneratingConverterId property
NOTE: This API is now obsolete.
Obtém a ID de transformador que é usado para criar o arquivo, ou Guid.Empty , se o arquivo não é um arquivo filho.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property GeneratingConverterId As Guid
Get
'Uso
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
Um objeto de System.Guid que identifica o transformador.