Represents a collection of TraceLoggingConfiguration objects.


Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface ITraceLoggingConfigurationList
    Implements ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface ITraceLoggingConfigurationList : ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class ITraceLoggingConfigurationList : ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface ITraceLoggingConfigurationList implements ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface ITraceLoggingConfigurationList extends ISubsystemConfigurationList, IDependentObjectList, IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also