Get the table used for a content definition.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Function GetTable( _ ByVal ContentName As String _ ) As String |
| C# |
|---|
| public abstract string GetTable( string ContentName ) |
| C++ |
|---|
| public: String GetTable( String ContentName ) abstract |
| J# |
|---|
| public abstract string GetTable( string ContentName ) |
| JScript |
|---|
| public abstract
function GetTable( ContentName : String ) : String |
Parameters
- ContentName