Indicates the name of the user assigned as the creator of the object.
Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)
Settability of this property is read-only for most users. For users who have been granted privileged write access (
), this property is settable only on create. After initial object creation, this property is read-only for all users.
Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Creator As String |
C# |
---|
string Creator { get; set; } |
C++ |
---|
property string Creator abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_Creator(); /** property */ public void set_Creator(string value); |
JScript |
---|
public function get Creator() : String public function set Creator(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: 80
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ