Represents a collection of
objects. Use this interface to set or get events that you want to audit on a class.
Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IAuditDefinitionList Implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C# |
---|
public interface IAuditDefinitionList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
C++ |
---|
interface class IAuditDefinitionList : IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
J# |
---|
public interface IAuditDefinitionList implements IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |
JScript |
---|
public interface IAuditDefinitionList extends IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection |