The name of the OpenStack container in which content is stored.

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

ToggleSyntax

Visual Basic (Declaration)
Property OpenStackContainerName As String
C#
string OpenStackContainerName { get; set; }
Visual C++
property String^ OpenStackContainerName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_openStackContainerName();
function set_openStackContainerName(value);

ToggleRemarks

ToggleSee Also