Inherits SystemIDisposable.
This class represents identity properties of current user, and is used for callback function ActionCallback::GetIdentityProperties.
◆ IdentityProperties() [1/2]
foxit.pdf.actions.IdentityProperties.IdentityProperties |
( |
string |
corporation, |
|
|
string |
email, |
|
|
string |
login_name, |
|
|
string |
name |
|
) |
| |
|
inline |
Constructor, with parameters.
- Parameters
-
corporation | The corporation name.
|
email | The email address.
|
login_name | The login name. Usually, this is the name used to log in current operating system.
|
name | The user name. |
◆ IdentityProperties() [2/2]
foxit.pdf.actions.IdentityProperties.IdentityProperties |
( |
IdentityProperties |
id_properities | ) |
|
|
inline |
◆ Set()
void foxit.pdf.actions.IdentityProperties.Set |
( |
string |
corporation, |
|
|
string |
email, |
|
|
string |
login_name, |
|
|
string |
name |
|
) |
| |
|
inline |
Set values.
- Parameters
-
corporation | The corporation name.
|
email | The email address.
|
login_name | The login name. Usually, this is the name used to log in current operating system.
|
name | The user name.
|
- Returns
- None.