Foxit PDF SDK
FSDK.IdentityProperties Class Reference

Public Member Functions

 constructor ()
 Constructor.
 
 constructor (corporation, email, login_name, name, first_name, last_name, title, department)
 Constructor, with parameters. More...
 
 Set (corporation, email, login_name, name, first_name, last_name, title, department)
 Set values. More...
 

Public Attributes

 corporation
 The corporation name.
 
 department
 The department name.
 
 email
 The email address.
 
 first_name
 The user first name.
 
 last_name
 The user last name.
 
 login_name
 The login name. Usually, this is the name used to log in current operating system.
 
 name
 The user name.
 
 title
 The user title.
 

Detailed Description

This class represents identity properties of current user, and is used for callback function FSDK.ActionCallback.GetIdentityProperties.

Member Function Documentation

◆ constructor()

FSDK.IdentityProperties.constructor ( corporation  ,
email  ,
login_name  ,
name  ,
first_name  ,
last_name  ,
title  ,
department   
)

Constructor, with parameters.

Parameters
[in]corporationThe corporation name.
[in]emailThe email address.
[in]login_nameThe login name. Usually, this is the name used to log in current operating system.
[in]nameThe user name.
[in]first_nameThe user first name.
[in]last_nameThe user last name.
[in]titleThe user title.
[in]departmentThe department name.

◆ Set()

FSDK.IdentityProperties.Set ( corporation  ,
email  ,
login_name  ,
name  ,
first_name  ,
last_name  ,
title  ,
department   
)

Set values.

Parameters
[in]corporationThe corporation name.
[in]emailThe email address.
[in]login_nameThe login name. Usually, this is the name used to log in current operating system.
[in]nameThe user name.
[in]first_nameThe user first name.
[in]last_nameThe uesr last name.
[in]titleThe user title.
[in]departmentThe department name.
Returns
None.