The suggested subject prefix for the workflow subscription.

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

ToggleSyntax

Visual Basic (Declaration)
Property Subject As String
C#
string Subject { get; set; }
Visual C++
property String^ Subject {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_subject();
function set_subject(value);

ToggleRemarks

ToggleSee Also