Returns the value held by the Content Engine property represented by this
PropertyStringList object.
Namespace:
FileNet.Api.PropertyAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetStringListValue As IStringList |
C# |
---|
IStringList GetStringListValue() |
Visual C++ |
---|
IStringList^ GetStringListValue() |
JavaScript |
---|
function getStringListValue(); |
Return Value
A StringList object specifying a collection of String objects.
Exceptions
Exception | Condition |
---|---|
ExceptionCode..::.API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyStringList. |