Specifies, in URL format, the name of the resource that contains the content data represented by this
object.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ContentLocation As String |
C# |
---|
string ContentLocation { get; set; } |
C++ |
---|
property string ContentLocation abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_ContentLocation(); /** property */ public void set_ContentLocation(string value); |
JScript |
---|
public function get ContentLocation() : String public function set ContentLocation(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
MaximumLengthString: 2083
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ