HTTP or HTTPS URL to Atmos fixed content device. If a HTTPS URL is specified, the transport between Content Platform Engine and Atmos will be encrypted via SSL.

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

ToggleSyntax

Visual Basic (Declaration)
Property AtmosUrl As String
C#
string AtmosUrl { get; set; }
Visual C++
property String^ AtmosUrl {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_atmosUrl();
function set_atmosUrl(value);

ToggleRemarks

ToggleSee Also