Specifies whether the addon is optional or recommended for installation into an object store. During object store creation, Enterprise Manager 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 Enterprise Manager 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)

Syntax

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

/** property */
public void set_AddOnType(AddOnType value);
JScript
public function get AddOnType() : AddOnType

public function set AddOnType(value : AddOnType);

Remarks

See Also