Tamino API for .NET

TaminoSchemaCommand.Undefine Method (String, String, NameValueCollection)

Undefines the specified schema in the specified Tamino collection.

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

Parameters

collection
Tamino collection
schema
schema
options
additional options for command execution. These are name/value pairs that the Tamino _undefine command understands.

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