Tamino API for .NET

TaminoSchemaCommand.Undefine Method (String, String)

Undefines the specified schema in the specified Tamino collection.

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

Parameters

collection
Tamino collection
schema
schema

Return Value

undefine response

Remarks

If schema is null or empty then an undefine is done on all doctypes of the specified collection. This is dangerous as ALL associated data will be DELETED!

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

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