Represents a collection of IUpdateSecurityEvent objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IUpdateSecurityEventSet
    Implements IObjectChangeEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IUpdateSecurityEventSet : IObjectChangeEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IUpdateSecurityEventSet : IObjectChangeEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IUpdateSecurityEventSet implements IObjectChangeEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IUpdateSecurityEventSet extends IObjectChangeEventSet, IEventSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also