User-readable text that describes an object.

The text is not locale-specific to the retrieving user except for the following classes:

  • ClassDescription
  • PropertyDescription
  • ClassDefinition
  • PropertyTemplate
  • PropertyDefinition

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

ToggleSyntax

Visual Basic (Declaration)
Property DescriptiveText As String
C#
string DescriptiveText { get; set; }
Visual C++
property String^ DescriptiveText {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_descriptiveText();
function set_descriptiveText(value);

ToggleRemarks

ToggleSee Also