Tamino API for .NET

TaminoSchemaCommand.GetDoctypeNames Method 

Returns a sorted list of doctype names defined in the specified collection and schema. The returned list does not contain duplicate names.

[Visual Basic]
Public Function GetDoctypeNames( _
   ByVal collection As String, _
   ByVal schema As String _
) As IList
[C#]
public IList GetDoctypeNames(
   string collection,
   string schema
);

Parameters

collection
the Tamino collection
schema
the schema name

Return Value

the sorted list

Remarks

If no collection is specified, all doctype names for the specified schema are returned. If no schema is specified, all doctype names in the specified collection are returned. If neither collection nor schema is specified, all doctype names in the database are returned.

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

TaminoSchemaCommand Class | TaminoSchemaCommand Members | SoftwareAG.Tamino.Api Namespace