Audit item types
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration ItemType
public enum class ItemType
Members
| Member name | Value | Description |
---|
| Invalid | 0 |
The item is none of the other item types (that are listed in this table).
|
| File | 1 |
The item is a file.
|
| Folder | 5 |
The item is a folder.
|
| Web | 6 |
The item is a Web.
|
| Site | 7 |
The item is a site.
|
| Tenant | 8 |
The item is a tenant.
|
| DocumentLibrary | 9 |
The item is a document library.
|
| Page | 11 |
The item is a Page.
|
See Also