SPFileVersionCollection.GetVersionFromLabel method
Retorna o objeto de versão de arquivo que tenha o rótulo de versão especificada.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetVersionFromLabel ( _
versionlabel As String _
) As SPFileVersion
'Uso
Dim instance As SPFileVersionCollection
Dim versionlabel As String
Dim returnValue As SPFileVersion
returnValue = instance.GetVersionFromLabel(versionlabel)
public SPFileVersion GetVersionFromLabel(
string versionlabel
)
Parâmetros
versionlabel
Type: System.StringA versão no formato da propriedade VersionLabel .
Valor retornado
Type: Microsoft.SharePoint.SPFileVersion
O objeto de versão de arquivo que tenha o rótulo de versão especificada.