3dak Client

article.getTable Method 

returns an object of the type Table

[Visual Basic]
Public Function getTable( _ 
   ByVal String As String _ 
) As Table
[C#]
public Table getTable(
   string String
);
[C++]
public: Table* getTable(
   String* String
);
[JScript]
public function getTable(
   String String
): Table;

Parameters

fieldname
name of the content field

See Also

article Class | ppm3dakClient Namespace | ppm3dakClient.Fields.Table | ppm3dakClient.Internal.ContentTable.ContentTableField