Specifies a prefix string to use when deleting a C-Clip using the audited delete function for an
object. If the string is blank, audited delete will not be invoked (
will be used). Otherwise, the string will be used as the prefix of the delete reason passed to
(the document ID GUID is appended to the prefix string to form the complete delete reason text).
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property AuditedDeletePrefix As String |
C# |
---|
string AuditedDeletePrefix { get; set; } |
C++ |
---|
property string AuditedDeletePrefix abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_AuditedDeletePrefix(); /** property */ public void set_AuditedDeletePrefix(string value); |
JScript |
---|
public function get AuditedDeletePrefix() : String public function set AuditedDeletePrefix(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ