SPUtility.GetVersionedGenericSetupPath - Méthode
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetVersionedGenericSetupPath ( _
strSubdir As String, _
desiredPathVersion As Integer _
) As String
'Utilisation
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
)
Paramètres
- strSubdir
Type : System.String
- desiredPathVersion
Type : System.Int32
Valeur renvoyée
Type : System.String