Represents a collection of DiscretionaryPermission objects.


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

Syntax

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

See Also