Locates a PropertyStringList property by name in this Properties collection and returns the value it holds.


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

Syntax

Visual Basic (Declaration)
Function GetStringListValue( _ 
   ByVal propertyName As String _ 
) As IStringList
C#
IStringList GetStringListValue(
   string propertyName
)
C++
IStringList GetStringListValue(
   String propertyName
) abstract 
J#
IStringList GetStringListValue(
   string propertyName
)
JScript
function GetStringListValue(
   propertyName : String
) : IStringList

Parameters

propertyName
A String specifying a property name.

Return Value

A StringList collection specifying the value of the property.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown if the property cannot be found in the collection or or is not a PropertyStringList instance.

See Also