The limit of the size for inline content retrieval.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property InlineContentRetrievalLimit As Nullable(Of Integer) |
C# |
---|
Nullable<int> InlineContentRetrievalLimit { get; set; } |
C++ |
---|
property Nullable<int> InlineContentRetrievalLimit abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_InlineContentRetrievalLimit(); /** property */ public void set_InlineContentRetrievalLimit(Nullable<int> value); |
JScript |
---|
public function get InlineContentRetrievalLimit() : Nullable<int> public function set InlineContentRetrievalLimit(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 1024
PropertyMaximumInteger32: 1024 * 10
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ