Specifies the path to the file from which the content data for this document or annotation content element (represented by a
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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 2083
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ