IAzureCosmosDbGetDeletedCustomPages Method
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<Dictionary<Guid, CustomPageDto>> GetDeletedCustomPages(
string language,
UserSessionData currentUser,
CancellationToken cancellationToken = default
)
- language String
- Language
- currentUser UserSessionData
- User requesting the data
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskDictionaryGuid,
CustomPageDto(empty) list of deleted custom pages.