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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyStringList _
	Implements IProperty, ICloneable
C#
public interface IPropertyStringList : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyStringList : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyStringList = function();
FileNet.Api.Property.IPropertyStringList.createInterface('FileNet.Api.Property.IPropertyStringList');

ToggleSee Also