Specifies a prefix string to use when deleting a C-Clip using the audited delete function for an ICenteraFixedContentDevice object. If the string is blank, audited delete will not be invoked (FPClip_Delete will be used). Otherwise, the string will be used as the prefix of the delete reason passed to FPClip.AuditedDelete (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

See Also