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 CFSUserName 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

See Also