Specifies the path to the file from which the content data for this document or annotation content element (represented by a ContentTransfer object) can be retrieved for editing. The complete path (including the file name) can contain up to 2083 characters; the file name itself can be up to 255 characters long.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

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

/** property */
public void set_RetrievalName(string value);
JScript
public function get RetrievalName() : String

public function set RetrievalName(value : String);

Remarks

See Also