Tamino API for .NET

TaminoSchemaCommand.GetSchemaNames Method (String)

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

[Visual Basic]
Overloads Public Function GetSchemaNames( _
   ByVal collection As String _
) As IList
[C#]
public IList GetSchemaNames(
   string collection
);

Parameters

collection
the collection

Return Value

the sorted list

Remarks

If no collection is specified, all schema names are returned.

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

TaminoSchemaCommand Class | TaminoSchemaCommand Members | SoftwareAG.Tamino.Api Namespace | TaminoSchemaCommand.GetSchemaNames Overload List