ValidationHelperCanOriginalRecordBeDeleted Method
Validates whether original record can be deleted,
checks for valid record state, and that record is not an appendix,
or referenced from other records
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public static bool CanOriginalRecordBeDeleted(
ActivityContext context,
string recordId,
out string error
)
Public Shared Function CanOriginalRecordBeDeleted (
context As ActivityContext,
recordId As String,
<OutAttribute> ByRef error As String
) As Boolean
public:
static bool CanOriginalRecordBeDeleted(
ActivityContext^ context,
String^ recordId,
[OutAttribute] String^% error
)
static member CanOriginalRecordBeDeleted :
context : ActivityContext *
recordId : string *
error : string byref -> bool
- context ActivityContext
- Activity context
- recordId String
- Record id
- error String
- Error message
BooleanWhether record can be deleted