Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Topics.PagedTopicDuplicates Class Reference

Represents the duplicates policy to use when paged topic lines are ordered. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.PagedTopicDuplicates:

Static Public Attributes

static readonly
PagedTopicDuplicates 
FIRST
 If a duplicate line is added it will be inserted before the first matching duplicate. More...
 
static readonly
PagedTopicDuplicates 
LAST
 If a duplicate line is added it will be added after the last matching duplicate. More...
 
static readonly
PagedTopicDuplicates 
NOT_ALLOWED
 Duplicates are not allowed. More...
 

Detailed Description

Represents the duplicates policy to use when paged topic lines are ordered.

Deprecated since 5.9.

Member Data Documentation

readonly PagedTopicDuplicates PushTechnology.ClientInterface.Client.Topics.PagedTopicDuplicates.FIRST
static
Initial value:
=
new PagedTopicDuplicates(PagedTopicDuplicatesEnum.FIRST, 1)

If a duplicate line is added it will be inserted before the first matching duplicate.

readonly PagedTopicDuplicates PushTechnology.ClientInterface.Client.Topics.PagedTopicDuplicates.LAST
static
Initial value:
=
new PagedTopicDuplicates(PagedTopicDuplicatesEnum.LAST, 2)

If a duplicate line is added it will be added after the last matching duplicate.

readonly PagedTopicDuplicates PushTechnology.ClientInterface.Client.Topics.PagedTopicDuplicates.NOT_ALLOWED
static
Initial value:
=
new PagedTopicDuplicates(PagedTopicDuplicatesEnum.NOT_ALLOWED, 3)

Duplicates are not allowed.

If this is the policy then any attempt to add a duplicate will result in an exception.


The documentation for this class was generated from the following file: