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)

Syntax

Visual Basic (Declaration)
Property CFSUserName As String
C#
string CFSUserName { get; set; }
C++
property string CFSUserName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_CFSUserName();

/** property */
public void set_CFSUserName(string value);
JScript
public function get CFSUserName() : String

public function set CFSUserName(value : String);

Remarks

See Also