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

Public Member Functions

void CreateDetailForElement (IPageElement pageElement, string name)
 
void CreateDetailForElement (IContentClassElement element, string name)
 
void CreateDetailForLink (ILinkElement link, string name)
 
void CreateDetailForLink (IContentClassElement element, string name)
 
void CreateDetailForPage (IPage page, string name)
 
void CreateGlobal (string name)
 

Properties

IIndexedCachedList< string,
IAuthorizationPackage
ForElements [get]
 
IIndexedCachedList< string,
IAuthorizationPackage
ForLinks [get]
 
IIndexedCachedList< string,
IAuthorizationPackage
ForPages [get]
 
IIndexedCachedList< string,
IAuthorizationPackage
Standard [get]
 
- 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 95 of file IAuthorizations.cs.

Member Function Documentation

void erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.CreateDetailForElement ( IPageElement  pageElement,
string  name 
)
void erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.CreateDetailForElement ( IContentClassElement  element,
string  name 
)
void erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.CreateDetailForLink ( ILinkElement  link,
string  name 
)
void erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.CreateDetailForLink ( IContentClassElement  element,
string  name 
)
void erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.CreateDetailForPage ( IPage  page,
string  name 
)
void erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.CreateGlobal ( string  name)

Property Documentation

IIndexedCachedList<string, IAuthorizationPackage> erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.ForElements
get

Definition at line 103 of file IAuthorizations.cs.

IIndexedCachedList<string, IAuthorizationPackage> erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.ForLinks
get

Definition at line 104 of file IAuthorizations.cs.

IIndexedCachedList<string, IAuthorizationPackage> erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.ForPages
get

Definition at line 105 of file IAuthorizations.cs.

IIndexedCachedList<string, IAuthorizationPackage> erminas.SmartAPI.CMS.Project.Authorizations.IAuthorizationPackages.Standard
get

Definition at line 106 of file IAuthorizations.cs.


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