public final class PasswordSaveOption
extends com.aspose.ms.System.Enum
Specifies the password save option.
Modifier and Type | Field and Description |
---|---|
static int |
None
Default password.
|
static int |
Source
Source password.
|
static int |
Target
Target password.
|
static int |
User
The user password.
|
Modifier and Type | Method and Description |
---|---|
static String |
getName(int type) |
public static final int None
Default password.
public static final int Source
Source password.
public static final int Target
Target password.
public static final int User
The user password.
public static String getName(int type)