Locates a PropertyIdList property by name in this Properties
collection and returns the value it holds.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Function GetIdListValue ( _
propertyName As String _
) As IIdList |
C# |
---|
IIdList GetIdListValue(
string propertyName
) |
Visual C++ |
---|
IIdList^ GetIdListValue(
String^ propertyName
) |
JavaScript |
---|
function getIdListValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
An
IdList collection specifying the value of the property.