IAzureCosmosDbDeleteCustomPage Method

Deletes CustomPageDto from the database.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task DeleteCustomPage(
	CustomPageDto customPage,
	UserSessionData deletedBy,
	bool forceDelete = false,
	CancellationToken cancellationToken = default
)

Parameters

customPage  CustomPageDto
CustomPageDto to delete
deletedBy  UserSessionData
User deleting the item
forceDelete  Boolean  (Optional)
True if delete permanently
cancellationToken  CancellationToken  (Optional)
Cancellation token (optional)

Return Value

Task
Task completion

Exceptions

InvalidOperationExceptionThrown if the user deletedBy is not MobileTrack support
ArgumentNullExceptionThrown if customPage or deletedBy was

See Also