Library Commands Object Model Reference

LibraryConfigurationDeleteCommand.Execute Method 

Deletes a library from the list of available libraries.

public override bool Execute(
   ErrorHandler handler
);

Parameters

handler
If not null, this handler will be called when an error occurs.

Return Value

True if the execute of the command was successful, otherwise false

See Also

LibraryConfigurationDeleteCommand Class | Spss.Dimensions.Library.Commands.Configuration Namespace