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

Public Member Functions

IEnumerable< IPageExecute ()
 
void SetDefaults ()
 

Properties

string Category [get, set]
 
IContentClass ContentClass [get, set]
 
DateTime CreatedFrom [get, set]
 
DateTime CreatedTo [get, set]
 
string Headline [get, set]
 
bool IsMatchingHeadlineExactly [get, set]
 
bool IsMatchingKeywordExactly [get, set]
 
string Keyword [get, set]
 
int MaxRecords [get, set]
 
int PageIdFrom [get, set]
 
int PageIdTo [get, set]
 
PageType PageType [get, set]
 
string Text [get, set]
 
bool TextExact [get, set]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.IProjectObject
IProject Project [get]
 
- Properties inherited from erminas.SmartAPI.CMS.ISessionObject
ISession Session [get]
 

Detailed Description

Definition at line 28 of file IPageSearch.cs.

Member Function Documentation

IEnumerable<IPage> erminas.SmartAPI.CMS.Project.Pages.IPageSearch.Execute ( )
void erminas.SmartAPI.CMS.Project.Pages.IPageSearch.SetDefaults ( )

Property Documentation

string erminas.SmartAPI.CMS.Project.Pages.IPageSearch.Category
getset

Definition at line 30 of file IPageSearch.cs.

IContentClass erminas.SmartAPI.CMS.Project.Pages.IPageSearch.ContentClass
getset

Definition at line 31 of file IPageSearch.cs.

DateTime erminas.SmartAPI.CMS.Project.Pages.IPageSearch.CreatedFrom
getset

Definition at line 32 of file IPageSearch.cs.

DateTime erminas.SmartAPI.CMS.Project.Pages.IPageSearch.CreatedTo
getset

Definition at line 33 of file IPageSearch.cs.

string erminas.SmartAPI.CMS.Project.Pages.IPageSearch.Headline
getset

Definition at line 35 of file IPageSearch.cs.

bool erminas.SmartAPI.CMS.Project.Pages.IPageSearch.IsMatchingHeadlineExactly
getset

Definition at line 36 of file IPageSearch.cs.

bool erminas.SmartAPI.CMS.Project.Pages.IPageSearch.IsMatchingKeywordExactly
getset

Definition at line 37 of file IPageSearch.cs.

string erminas.SmartAPI.CMS.Project.Pages.IPageSearch.Keyword
getset

Definition at line 38 of file IPageSearch.cs.

int erminas.SmartAPI.CMS.Project.Pages.IPageSearch.MaxRecords
getset

Definition at line 39 of file IPageSearch.cs.

int erminas.SmartAPI.CMS.Project.Pages.IPageSearch.PageIdFrom
getset

Definition at line 40 of file IPageSearch.cs.

int erminas.SmartAPI.CMS.Project.Pages.IPageSearch.PageIdTo
getset

Definition at line 41 of file IPageSearch.cs.

PageType erminas.SmartAPI.CMS.Project.Pages.IPageSearch.PageType
getset

Definition at line 42 of file IPageSearch.cs.

string erminas.SmartAPI.CMS.Project.Pages.IPageSearch.Text
getset

Definition at line 44 of file IPageSearch.cs.

bool erminas.SmartAPI.CMS.Project.Pages.IPageSearch.TextExact
getset

Definition at line 45 of file IPageSearch.cs.


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