Replaced LiberatedState with LiberatedStatus and PdfState with LiberatedStatus?
This commit is contained in:
parent
c8e2418af7
commit
1369ee575a
4 changed files with 36 additions and 37 deletions
|
|
@ -14,7 +14,11 @@ namespace DataLayer
|
|||
NotLiberated = 0,
|
||||
Liberated = 1,
|
||||
/// <summary>Error occurred during liberation. Don't retry</summary>
|
||||
Error = 2
|
||||
Error = 2,
|
||||
|
||||
/// <summary>Application-state only. Not a valid persistence state.</summary>
|
||||
PartialDownload = 0x1000
|
||||
|
||||
}
|
||||
|
||||
public class UserDefinedItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue