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

Properties

IIndexedRDList< string,
IContentClass
ContentClasses [get]
 All content classes contained in this folder, indexed by name. The list is cached by default.
 
bool IsBroken [get]
 
bool IsSharedToOtherProjects [get]
 
IContentClassFolder SharedFrom [get]
 
IContentClassFolderSharing SharedTo [get]
 
- Properties inherited from erminas.SmartAPI.CMS.IRedDotObject
Guid Guid [get]
 
string Name [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 27 of file IContentClassFolder.cs.

Property Documentation

IIndexedRDList<string, IContentClass> erminas.SmartAPI.CMS.Project.Folder.IContentClassFolder.ContentClasses
get

All content classes contained in this folder, indexed by name. The list is cached by default.

Definition at line 32 of file IContentClassFolder.cs.

bool erminas.SmartAPI.CMS.Project.Folder.IContentClassFolder.IsBroken
get

Definition at line 34 of file IContentClassFolder.cs.

bool erminas.SmartAPI.CMS.Project.Folder.IContentClassFolder.IsSharedToOtherProjects
get

Definition at line 36 of file IContentClassFolder.cs.

IContentClassFolder erminas.SmartAPI.CMS.Project.Folder.IContentClassFolder.SharedFrom
get

Definition at line 37 of file IContentClassFolder.cs.

IContentClassFolderSharing erminas.SmartAPI.CMS.Project.Folder.IContentClassFolder.SharedTo
get

Definition at line 38 of file IContentClassFolder.cs.


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