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)

ToggleSyntax

Visual Basic (Declaration)
Property PropertyMap As IStringList
C#
IStringList PropertyMap { get; set; }
Visual C++
property IStringList^ PropertyMap {
	IStringList^ get ();
	void set (IStringList^ value);
}
JavaScript
function get_propertyMap();
function set_propertyMap(value);

ToggleRemarks

ToggleSee Also