Specifies the name of the security principal that will be used to access the Image Services server. The name must already exist as an "integration user" in the IS security database used by CFS-IS.

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

ToggleSyntax

Visual Basic (Declaration)
Property ISUserName As String
C#
string ISUserName { get; set; }
Visual C++
property String^ ISUserName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_isUserName();
function set_isUserName(value);

ToggleRemarks

ToggleSee Also