deleteWithId:error: method of the AUIMultiPageImageCaptureResult protocol
Removes the page with specified identifier.
- (BOOL)deleteWithId:(AUIPageId)identifier error:(NSError**)error;
Parameters
- identifier
- AUIPageId object, storing the identifier of the page to be removed.
- error
- The error that has occurred. In case no errors occurred, this parameter is nil.
Return values
The method returns YES, if the page folder was successfully deleted, and NO otherwise.
3/2/2022 12:59:15 PM