<< Click to Display Table of Contents >>

ZFLOGO2

CPPClass ZfLib.ZfAPI

 


 

The ZfAPI object is the Application object of the COM version of the API, and is the only object that can be created directly. You must create this object and logon before you can access any of the other objects.

 

Groups

Operations

 

Method_s GetZetafaxServerInfoFromAD

Gets Zetafax directories configured for the specified Zetafax server.

Method_s GetZetafaxServersFromAD

Returns a list of Zetafax servers registered in Active Directory.

Method_sLogon

The Logon method logs on a user and returns the UserSession object.

Method_sLogonAnonymous

The LogonAnonymous method returns a limited UserSession object that is not logged on as a specific user.

Method_sSetZetafaxDirs

Explicitly state the locations of the Zetafax directories instead of letting the API read zfclient.ini.

Method_sSetZetafaxServerFromAD

Explicitly state the Zetafax server to use instead of letting the API read zfclient.ini.

 

 

 

Read-only Properties

Property_s RequestDir

Gets the path to the Request directory set by SetZetafaxDirs  or SetZetafaxServerFromAD .

Property_s ServerDir

Gets the path to the Server directory set by SetZetafaxDirs  or SetZetafaxServerFromAD .

Property_s SystemDir

Gets the path to the System directory set by SetZetafaxDirs  or SetZetafaxServerFromAD .

Property_s UsersDir

Gets the path to the Users directory set by SetZetafaxDirs  or SetZetafaxServerFromAD .

Property_s Version

The Version  property returns the current version of ZfLib  library

Property_s ZetafaxServer

Gets the server set by SetZetafaxServerFromAD