SPUtility.IsSetupPathVersioned - Méthode
Si strSubdir commence par « template\ », mais pas « template\admin\ » ou « template\sql\ », retourner la valeur true. Sinon, retourne false.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function IsSetupPathVersioned ( _
strSubdir As String _
) As Boolean
'Utilisation
Dim strSubdir As String
Dim returnValue As Boolean
returnValue = SPUtility.IsSetupPathVersioned(strSubdir)
public static bool IsSetupPathVersioned(
string strSubdir
)
Paramètres
strSubdir
Type : System.StringChaîne qui contient un chemin d'accès relatif au répertoire d'installation local pour vérifier si elle est créée. Par exemple, « Template\Features ». Il ne peut pas être null ou une chaîne vide.
Valeur renvoyée
Type : System.Boolean