Specifies the Centera pool address that is passed to the FPPool class constructor as the PoolAddress parameter (which identifies the location of the Centera fixed content device). This pool address will be used when the Content Engine server is running within the site identified by the Site property of this object.


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

Syntax

Visual Basic (Declaration)
Property PoolAddress As String
C#
string PoolAddress { get; set; }
C++
property string PoolAddress abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_PoolAddress();

/** property */
public void set_PoolAddress(string value);
JScript
public function get PoolAddress() : String

public function set PoolAddress(value : String);

Remarks

See Also