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.IProjectCopyJob Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.Project.IProjectCopyJob:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.IProjectCopyJob:

Properties

string DatabaseName [get, set]
 
IDatabaseServer DatabaseServer [get, set]
 
bool IsCopyingArchive [get, set]
 
bool IsLoggingOffActiveUsersInProject [get, set]
 
string NewProjectName [get]
 
NewProjectType ProjectType [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 24 of file IProjectCopyJob.cs.

Property Documentation

string erminas.SmartAPI.CMS.Project.IProjectCopyJob.DatabaseName
getset

Definition at line 26 of file IProjectCopyJob.cs.

IDatabaseServer erminas.SmartAPI.CMS.Project.IProjectCopyJob.DatabaseServer
getset

Definition at line 27 of file IProjectCopyJob.cs.

bool erminas.SmartAPI.CMS.Project.IProjectCopyJob.IsCopyingArchive
getset

Definition at line 28 of file IProjectCopyJob.cs.

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

Definition at line 29 of file IProjectCopyJob.cs.

string erminas.SmartAPI.CMS.Project.IProjectCopyJob.NewProjectName
get

Definition at line 30 of file IProjectCopyJob.cs.

NewProjectType erminas.SmartAPI.CMS.Project.IProjectCopyJob.ProjectType
getset

Definition at line 31 of file IProjectCopyJob.cs.


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