CheckWriteProtection
ProtectionManager.CheckWriteProtection method
Détermine si une présentation est un mot de passe protégé pour modifier.
public bool CheckWriteProtection(string password)
Paramètre | Taper | La description |
---|---|---|
password | String | Le mot de passe pour vérification. |
Return_Value
Vrai si le mot de passe est valide ; sinon, faux.
Remarques
- Vous devriez vérifier le
IsWriteProtected
avant d’appeler cette méthode. 2. Lorsque le mot de passe est nul ou vide, cette méthode renvoie false.
Exemples
[C#]
using (var presentation = new Presentation(presentationFilePath))
{
var isWriteProtected = presentation.ProtectionManager.CheckWriteProtection("my_password");
}
Voir également
- class ProtectionManager
- espace de noms Aspose.Slides
- Assemblée Aspose.Slides