Represents a Content Engine property that holds a StringList object. A StringList object is a collection (ordered, non-unique) of String values.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyStringList
    Implements IProperty, ICloneable
C#
public interface IPropertyStringList : IProperty, ICloneable
C++
interface class IPropertyStringList : IProperty, ICloneable
J#
public interface IPropertyStringList implements IProperty, ICloneable
JScript
public interface IPropertyStringList extends IProperty, ICloneable

See Also