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.Pages.IPageCopyAndConnectJob Interface Reference

Preliminary version of a page copy and connect job. Currently only RunAsync() is supported, so you have to check for its success yourself, if you need to. More...

+ Inheritance diagram for erminas.SmartAPI.CMS.Project.Pages.IPageCopyAndConnectJob:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.Pages.IPageCopyAndConnectJob:

Properties

ILinkElement ConnectionTarget [get, set]
 
PageCopyAndConnectFlags Flags [get, set]
 
IPage PageToCopy [get, set]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.IAsyncJob
string EmailMessage [get, set]
 
IUser EmailReceipient [get, set]
 
string EmailSubject [get, set]
 
bool IsSendingEmailOnCompletion [get, set]
 
IApplicationServer Server [get, set]
 
- Properties inherited from erminas.SmartAPI.CMS.ISessionObject
ISession Session [get]
 

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

Preliminary version of a page copy and connect job. Currently only RunAsync() is supported, so you have to check for its success yourself, if you need to.

Definition at line 31 of file IPageCopyAndConnectJob.cs.

Property Documentation

ILinkElement erminas.SmartAPI.CMS.Project.Pages.IPageCopyAndConnectJob.ConnectionTarget
getset

Definition at line 34 of file IPageCopyAndConnectJob.cs.

PageCopyAndConnectFlags erminas.SmartAPI.CMS.Project.Pages.IPageCopyAndConnectJob.Flags
getset

Definition at line 35 of file IPageCopyAndConnectJob.cs.

IPage erminas.SmartAPI.CMS.Project.Pages.IPageCopyAndConnectJob.PageToCopy
getset

Definition at line 33 of file IPageCopyAndConnectJob.cs.


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