Returns the value held by the Content Engine property represented by this
PropertyIdList object.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function GetIdListValue As IIdList |
| C# |
|---|
IIdList GetIdListValue() |
| Visual C++ |
|---|
IIdList^ GetIdListValue() |
| JavaScript |
|---|
function getIdListValue(); |
Return Value
An IdList object specifying a collection of Id objects.
Exceptions
| Exception | Condition |
|---|---|
| ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyIdList. |