Specifies whether the addon is optional or recommended for installation into an object store. During object store creation, Administration Console for Content Platform Engine selects for installation those addons having a type of recommended. Therefore, you should define an addon as recommended only if the functionality it provides is very likely to be required in most installations. The majority of addons should be defined as optional and must be explicitly selected for installation. Note that although the default Administration Console behavior is to install recommended addons, this is not required; you can deselect a recommended addon if you do not need the functionality it provides.

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

ToggleSyntax

Visual Basic (Declaration)
Property AddOnType As AddOnType
C#
AddOnType AddOnType { get; set; }
Visual C++
property AddOnType AddOnType {
	AddOnType get ();
	void set (AddOnType value);
}
JavaScript
function get_addOnType();
function set_addOnType(value);

ToggleRemarks

ToggleSee Also