attachVaultFolder method
ResponseFuture<IdentifierResponse>
attachVaultFolder(
- VaultFolderAttachRequest request, {
- CallOptions? options,
Attaches a specified folder directly to a record without requiring a full revision workflow.
This is a convenience API designed to bypass the traditional multi-step modification lifecycle (e.g., creating a revision, updating data, submitting for verification, and awaiting approval). It allows for the immediate, single-step association of a vault folder.
Side Effects & Lifecycle:
- The overall status of the record remains unchanged.
- The record's modification timestamp is automatically updated to the current time.
- An entry is appended to the record's audit log tracking this attachment.
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> attachVaultFolder(
$2.VaultFolderAttachRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$attachVaultFolder, request, options: options);
}