For an external (non-FileNet-P8) repository, the password component of the credentials that CFS uses to logon in order to perform CFS functions. For more information on these credentials, including the name component of these credentials, see the
property.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CFSPassword As Byte() |
C# |
---|
byte[] CFSPassword { get; set; } |
C++ |
---|
property byte[] CFSPassword abstract { array<char>^ get(); void set(array<char>^ value); } |
J# |
---|
/** property */ public byte[] get_CFSPassword(); /** property */ public void set_CFSPassword(byte[] value); |
JScript |
---|
public function get CFSPassword() : Byte[] public function set CFSPassword(value : Byte[]); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BINARY
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ