Returns a value indicating whether the audit trailing is disabled for the specified data store.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public bool EnableAudit(
	string dataStoreName
)
Visual Basic
Public Function EnableAudit ( _
	dataStoreName As String _
) As Boolean
Visual C++
public:
bool EnableAudit(
	String^ dataStoreName
)

Parameters

dataStoreName
Type: System..::..String
The name of the data store.

Return Value

A value indicating whether the audit trailing is disabled for the specified data store.

See Also