Method SoftDeleteAsync(IEnumerable<IRedbObject>, long?)

Assembly: redb.Core.dll

Mark objects for soft-deletion (uses _securityContext).
Creates a trash container and moves objects and their descendants under it.

public Task<DeletionMark> SoftDeleteAsync(IEnumerable<IRedbObject> objects, long? trashParentId = null)