Indicates whether the property described by a given property description has its value set automatically by the Content Engine server (true) or not (false). In general if
is true, the described property either provides system information (for example,
) or has its value determined by the server according to the results of a method call or some other operation (for example, if you call a folder's
method, the system will automatically add the newly created folder to the collection of objects returned by the
property).
Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property IsSystemGenerated As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsSystemGenerated { get; } |
C++ |
---|
property Nullable<bool> IsSystemGenerated abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_IsSystemGenerated(); |
JScript |
---|
public function get IsSystemGenerated() : Nullable<bool> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ