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)

ToggleSyntax

Visual Basic (Declaration)
Property PoolAddress As String
C#
string PoolAddress { get; set; }
Visual C++
property String^ PoolAddress {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_poolAddress();
function set_poolAddress(value);

ToggleRemarks

ToggleSee Also