For an external (non-FileNet-P8) repository, the name component of the credentials that CFS uses to logon in order to perform CFS functions. (For information on specifying the password component of these credentials, see the CFSPassword property.) CFS expects these credentials to be for a security principal with the requisite security privileges. Specifically, CFS needs privileges for reading documents in order to export document metadata and content from the external repository, and privileges for changing document security permissions in order to lockdown documents. Insufficient privileges result in failures when attempting to perform these functions.

For more information on CFS interaction with an external IBM Content Integrator repository, see the IIICEFixedContentDevice interface.

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

ToggleSyntax

Visual Basic (Declaration)
Property CFSUserName As String
C#
string CFSUserName { get; set; }
Visual C++
property String^ CFSUserName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_cfsUserName();
function set_cfsUserName(value);

ToggleRemarks

ToggleSee Also