Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Enumeration ItemField
public enum class ItemField
Members
| Member name | Value | Description |
---|
| ItemId | 1 | |
| Name | 2 | |
| FolderId | 3 | |
| TemplateId | 4 | |
| ModuleId | 5 | |
| CreateUserId | 6 | |
| CheckedOutUserId | 7 | |
| CreateDate | 8 | |
| ItemParentId | 9 | |
| IsActive | 10 | |
| IsPrivate | 11 | |
| IsVersioningEnabled | 12 | |
| HasChildren | 13 | |
| CacheMinutes | 14 | |
| CacheVaryBy | 15 | |
| CacheVaryByKey | 16 | |
| CreatedByFirstName | 17 | |
| CreatedByLastName | 18 | |
| CheckedOutByFirstName | 19 | |
| CheckedOutByLastName | 20 | |
| Label | 21 | |
| AllowSearchIndexing | 22 | |
| SearchIndexBoost | 23 | |
| SearchIndexTerms | 24 | |
| CheckedOutUserIsOnline | 25 | |
| LastPublishDate | 26 | |
| DefaultLanguageId | 27 | |
See Also