deleteWithId:error: method of the AUIPageStorage 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.
02.03.2022 12:59:15