Specifies a ChoiceListSet object containing the set of ChoiceList objects defined in this object store.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ChoiceLists As IChoiceListSet
C#
IChoiceListSet ChoiceLists { get; }
Visual C++
property IChoiceListSet^ ChoiceLists {
	IChoiceListSet^ get ();
}
JavaScript
function get_choiceLists();

ToggleRemarks

ToggleSee Also