Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) | 
|---|
| Public MustOverride Sub AddMetaKeywordList( _  ByVal MetaKeywordList As String _ )  | 
| C# | 
|---|
| public abstract void AddMetaKeywordList( string MetaKeywordList )  | 
| C++ | 
|---|
| public: void AddMetaKeywordList( String MetaKeywordList ) abstract  | 
| J# | 
|---|
| public abstract void AddMetaKeywordList( string MetaKeywordList )  | 
| JScript | 
|---|
| public abstract 
				function AddMetaKeywordList( MetaKeywordList : String )  |