SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
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...
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. | |
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.
|
getset |
Definition at line 34 of file IPageCopyAndConnectJob.cs.
|
getset |
Definition at line 35 of file IPageCopyAndConnectJob.cs.
|
getset |
Definition at line 33 of file IPageCopyAndConnectJob.cs.