NOTE: This property is now obsolete.

This property has been deprecated.



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

Syntax

Visual Basic (Declaration)
Property LockDownExceptionList As IIICEFixedContentDevice
C#
IIICEFixedContentDevice LockDownExceptionList { get; set; }
C++
property IIICEFixedContentDevice LockDownExceptionList abstract  {
    IIICEFixedContentDevice get();
    void set(IIICEFixedContentDevice value);
}
J#
/** property */
public IIICEFixedContentDevice get_LockDownExceptionList();

/** property */
public void set_LockDownExceptionList(IIICEFixedContentDevice value);
JScript
public function get LockDownExceptionList() : IIICEFixedContentDevice

public function set LockDownExceptionList(value : IIICEFixedContentDevice);

See Also