Enum indicating the field names
Namespace:
EPiServer.Community.DocumentArchiveAssembly: EPiServer.Community.DocumentArchive (in EPiServer.Community.DocumentArchive.dll) Version: 4.1.517.358
Syntax
| C# |
|---|
public enum ContentSortField |
Members
| Member name | Description | |
|---|---|---|
| ContentType |
Type of Content, folder or file
| |
| Modified |
Date of last modification of content
| |
| Header |
Name of content
| |
| Created |
Date created
| |
| Random |
Random sorting
|