Foxit PDF SDK
FSIdentityProperties Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 
(id) - initWithCorporation:email:login_name:name:
 Constructor, with parameters.
More...
 
(id) - initWithId_properities:
 Constructor, with another identity properties object.
More...
 
(void) - set:email:login_name:name:
 Set values.
More...
 

Properties

NSString * corporation
 The corporation name.

 
NSString * email
 The email address.

 
NSString * login_name
 The login name. Usually, this is the name used to log in current operating system.

 
NSString * name
 The user name.

 

Detailed Description

This class represents identity properties of current user, and is used for callback function FSActionCallback::getIdentityProperties.

Method Documentation

◆ initWithCorporation:email:login_name:name:()

- (id) initWithCorporation: (NSString *)  corporation
email: (NSString *)  email
login_name: (NSString *)  login_name
name: (NSString *)  name 

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.

◆ initWithId_properities:()

- (id) initWithId_properities: (FSIdentityProperties*)  id_properities

Constructor, with another identity properties object.

Parameters
[in]id_properitiesAnother identity properties object.

◆ set:email:login_name:name:()

- (void) set: (NSString *)  corporation
email: (NSString *)  email
login_name: (NSString *)  login_name
name: (NSString *)  name 

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.
Returns
None.