Class ArchiveFilterType
What filter to use on the archive.
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public sealed class ArchiveFilterType : Enum
Fields
All
Show all information
Declaration
public const ArchiveFilterType All
Field Value
Type | Description |
---|---|
ArchiveFilterType |
Document
Show documents.
Declaration
public const ArchiveFilterType Document
Field Value
Type | Description |
---|---|
ArchiveFilterType |
DocumentSale
Show documents and sales.
Declaration
public const ArchiveFilterType DocumentSale
Field Value
Type | Description |
---|---|
ArchiveFilterType |
FollowUp
Show followups.
Declaration
public const ArchiveFilterType FollowUp
Field Value
Type | Description |
---|---|
ArchiveFilterType |
FollowUpDocument
Show followups and documents.
Declaration
public const ArchiveFilterType FollowUpDocument
Field Value
Type | Description |
---|---|
ArchiveFilterType |
FollowUpSale
Show followups and sales.
Declaration
public const ArchiveFilterType FollowUpSale
Field Value
Type | Description |
---|---|
ArchiveFilterType |
None
Show no information.
Declaration
public const ArchiveFilterType None
Field Value
Type | Description |
---|---|
ArchiveFilterType |
Sale
Show sales.
Declaration
public const ArchiveFilterType Sale
Field Value
Type | Description |
---|---|
ArchiveFilterType |
value__
What filter to use on the archive.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)