For ICmThumbnail, indicates whether the thumbnail image was automatically generated by the system. If the image was user generated, that is, generated by a third-party application rather than by the Content Engine, the system cannot overwrite the image with a different one. However, a client application can retrieve a ICmThumbnail object and overwrite the existing image, whether or not the image was system- or user-generated.
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; } |
| Visual C++ |
|---|
property Nullable<bool> IsSystemGenerated { Nullable<bool> get (); } |
| JavaScript |
|---|
function get_isSystemGenerated(); |
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