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

Properties

BrowseAlignment Align [get, set]
 
string AltText [get, set]
 
Appearance Appearance [get, set]
 
string Border [get, set]
 
string DefaultValue [get, set]
 
string DescriptionInCurrentDisplayLanguage [get, set]
 
Direction Direction [get, set]
 
IFolder Folder [get, set]
 
string Height [get, set]
 
string HSpace [get, set]
 
bool IsAltPreassignedAutomatically [get, set]
 
bool IsLanguageIndependent [get, set]
 
bool IsOnlyPathAndFilenameInserted [get, set]
 
bool IsSyntaxConformingToXHtml [get, set]
 
ILanguageDependentValue< IFileSampleImage [get]
 
ILanguageDependentValue< IFileSrcFile [get]
 
string Supplement [get, set]
 
string Usemap [get, set]
 
string VSpace [get, set]
 
string Width [get, set]
 
- Properties inherited from erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IContentClassElement
ContentClassCategory Category [get]
 Element category of the lement
 
IContentClass ContentClass [get, set]
 
new string Name [get, set]
 Get/Set the name of the element. If you set the name and call Commit(), the Elements list cache of the ContentClass gets automatically invalidated, so all elements get loaded again, if you access it the next time.
 
ElementType Type [get]
 TypeId of the element.
 

Additional Inherited Members

- Public Member Functions inherited from erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IContentClassElement
void CommitInCurrentLanguage ()
 Save element on the server. Saves only the attributes!
 
void CommitInLanguage (string languageAbbreviation)
 
IContentClassElement CopyToContentClass (IContentClass contentClass)
 Copies the element to another content class by creating a new element and copying the attribute values to it. Make sure to set the language variant in the target project into which the element should be copied, first.
 

Detailed Description

Definition at line 34 of file IBrowse.cs.

Property Documentation

BrowseAlignment erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Align
getset

Definition at line 36 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.AltText
getset

Definition at line 37 of file IBrowse.cs.

Appearance erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Appearance
getset

Definition at line 38 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Border
getset

Definition at line 39 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.DefaultValue
getset

Definition at line 40 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.DescriptionInCurrentDisplayLanguage
getset

Definition at line 41 of file IBrowse.cs.

Direction erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Direction
getset

Definition at line 42 of file IBrowse.cs.

IFolder erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Folder
getset

Definition at line 43 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Height
getset

Definition at line 45 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.HSpace
getset

Definition at line 44 of file IBrowse.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.IsAltPreassignedAutomatically
getset

Definition at line 46 of file IBrowse.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.IsLanguageIndependent
getset

Definition at line 47 of file IBrowse.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.IsOnlyPathAndFilenameInserted
getset

Definition at line 48 of file IBrowse.cs.

bool erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.IsSyntaxConformingToXHtml
getset

Definition at line 49 of file IBrowse.cs.

ILanguageDependentValue<IFile> erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.SampleImage
get

Definition at line 50 of file IBrowse.cs.

ILanguageDependentValue<IFile> erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.SrcFile
get

Definition at line 51 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Supplement
getset

Definition at line 52 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Usemap
getset

Definition at line 53 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.VSpace
getset

Definition at line 54 of file IBrowse.cs.

string erminas.SmartAPI.CMS.Project.ContentClasses.Elements.IBrowse.Width
getset

Definition at line 55 of file IBrowse.cs.


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