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.
Namespace:
FileNet.Api.AdminFor more information on CFS interaction with an external IBM Content Integrator repository, see the IIICEFixedContentDevice interface.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 256
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ