A String holding a list of mappings between the properties of a versionable-related object and workflow data fields. For example, you might want to map a document's Creator property with Employee Name, if that data field exists in the workflow definition. The workflow data fields you specify in the property map must be designated as launch step parameters in the workflow definition.


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

Syntax

Visual Basic (Declaration)
Property PropertyMap As IStringList
C#
IStringList PropertyMap { get; set; }
C++
property IStringList PropertyMap abstract  {
    IStringList get();
    void set(IStringList value);
}
J#
/** property */
public IStringList get_PropertyMap();

/** property */
public void set_PropertyMap(IStringList value);
JScript
public function get PropertyMap() : IStringList

public function set PropertyMap(value : IStringList);

Remarks

See Also