SPUtility.GetVersionedGenericSetupPath method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function GetVersionedGenericSetupPath ( _
strSubdir As String, _
desiredPathVersion As Integer _
) As String
'Uso
Dim strSubdir As String
Dim desiredPathVersion As Integer
Dim returnValue As String
returnValue = SPUtility.GetVersionedGenericSetupPath(strSubdir, _
desiredPathVersion)
public static string GetVersionedGenericSetupPath(
string strSubdir,
int desiredPathVersion
)
Parâmetros
- strSubdir
Type: System.String
- desiredPathVersion
Type: System.Int32
Valor retornado
Type: System.String