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

Public Member Functions

void Add (params IPage[] page)
 
void Add (params IFolder[] folder)
 
void Add (params IContentClass[] contentClass)
 
void Add (params IPageElement[] pageElement)
 
void Remove (params IPage[] page)
 
void Remove (params IFolder[] folder)
 
void Remove (params IContentClass[] contentClass)
 
void Remove (params IPageElement[] pageElement)
 

Properties

new IEnumerable< IProjectObjectContent [get]
 
IEnumerable< IFolderFolders [get]
 
IEnumerable< IPageElementPageElements [get]
 
IEnumerable< IPagePages [get]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.IClipboard
IEnumerable< IClipboardEntryClipboardEntries [get]
 
IEnumerable< ISessionObjectContent [get]
 
- Properties inherited from erminas.SmartAPI.CMS.ISessionObject
ISession Session [get]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.IProjectObject
IProject Project [get]
 

Detailed Description

Definition at line 37 of file IClipboard.cs.

Member Function Documentation

void erminas.SmartAPI.CMS.Project.IProjectClipboard.Add ( params IPage[]  page)
void erminas.SmartAPI.CMS.Project.IProjectClipboard.Add ( params IFolder[]  folder)
void erminas.SmartAPI.CMS.Project.IProjectClipboard.Add ( params IContentClass[]  contentClass)
void erminas.SmartAPI.CMS.Project.IProjectClipboard.Add ( params IPageElement[]  pageElement)
void erminas.SmartAPI.CMS.Project.IProjectClipboard.Remove ( params IPage[]  page)
void erminas.SmartAPI.CMS.Project.IProjectClipboard.Remove ( params IFolder[]  folder)
void erminas.SmartAPI.CMS.Project.IProjectClipboard.Remove ( params IContentClass[]  contentClass)
void erminas.SmartAPI.CMS.Project.IProjectClipboard.Remove ( params IPageElement[]  pageElement)

Property Documentation

new IEnumerable<IProjectObject> erminas.SmartAPI.CMS.Project.IProjectClipboard.Content
get

Definition at line 39 of file IClipboard.cs.

IEnumerable<IFolder> erminas.SmartAPI.CMS.Project.IProjectClipboard.Folders
get

Definition at line 43 of file IClipboard.cs.

IEnumerable<IPageElement> erminas.SmartAPI.CMS.Project.IProjectClipboard.PageElements
get

Definition at line 45 of file IClipboard.cs.

IEnumerable<IPage> erminas.SmartAPI.CMS.Project.IProjectClipboard.Pages
get

Definition at line 41 of file IClipboard.cs.


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