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)
Visual Basic (Declaration) |
---|
Property AuditedDeletePrefix As String |
C# |
---|
string AuditedDeletePrefix { get; set; } |
Visual C++ |
---|
property String^ AuditedDeletePrefix {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_auditedDeletePrefix();
function set_auditedDeletePrefix(value); |