SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.Project.IProjectExportJob Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.Project.IProjectExportJob:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.IProjectExportJob:

Properties

bool IsIncludingAdministrationSettings [get, set]
 
bool IsIncludingArchive [get, set]
 
bool IsLoggingOffActiveUsersInProject [get, set]
 
string TargetPath [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from erminas.SmartAPI.CMS.Project.IAsyncJob
void RunAsync ()
 Run this job asynchronously. If you need to wait for the job to finish, use RunSync instead.
 
void RunSync (TimeSpan maxWait)
 Run this job and wait until it is finished. Jobs can take some time, so make sure you have a large enough maxWait for your server to finish.
 

Detailed Description

Definition at line 23 of file IProjectExportJob.cs.

Property Documentation

bool erminas.SmartAPI.CMS.Project.IProjectExportJob.IsIncludingAdministrationSettings
getset

Definition at line 25 of file IProjectExportJob.cs.

bool erminas.SmartAPI.CMS.Project.IProjectExportJob.IsIncludingArchive
getset

Definition at line 26 of file IProjectExportJob.cs.

bool erminas.SmartAPI.CMS.Project.IProjectExportJob.IsLoggingOffActiveUsersInProject
getset

Definition at line 27 of file IProjectExportJob.cs.

string erminas.SmartAPI.CMS.Project.IProjectExportJob.TargetPath
getset

Definition at line 28 of file IProjectExportJob.cs.


The documentation for this interface was generated from the following file: