Micro Focus Content Manager SDK 10.1
TRIM.SDK.TrimSearchTopContainersFilter Class Reference

The ApiTrimSearchTopContainersFilter is a special filter applied to a search which is used to select top containers using an aggregated disposal method technique More...

Public Member Functions

 TrimSearchTopContainersFilter ()
 Construct a top container filter object More...
 

Properties

ConsignmentDisposalType DisposalType [get, set]
 Gets or sets a ConsignmentDisposalType enumerated value indicating what type of disposal method will be required for this selection. More...
 
TrimDateTime OnOrBeforeArchiveDate [get, set]
 Gets or sets a date object indicating the cutoff date for any archiving action to be due. More...
 
long MaxResults [get, set]
 Gets or sets a number indicating the maximum number of results to be returned by this search. More...
 
bool OnlyBoxes [get, set]
 Gets or sets a boolean value indicating if only record types that have behavior of 'Box' will be selected (a common archiving use case More...
 
bool IncludeItemsOnHold [get, set]
 Gets or sets a boolean value indicating if records that are currently on hold will be retrieved when using this filter. More...
 
bool IncludeItemsInAConsignment [get, set]
 Gets or sets a boolean value indicating if records that are currently part of an existing consignment process will be retrieved when using this filter. More...
 
bool AggregateContents [get, set]
 Gets or sets a boolean value indicating if the contents of a top level folder should be examined for a conflicting disposal instructions (contents with a more severe disposal instruction will case the top container not to be selected). More...
 
bool AggregateContentsRecursive [get, set]
 Gets or sets a boolean value indicating that if contents are being aggregated, whether to look inside the contents of the contents recursively. More...
 
bool AggregateExcludeScheduled [get, set]
 Gets or sets a boolean value indicating that the search should exclude any top level container that has a specific (i.e. not aggregated) disposal instruction specified. More...
 

Detailed Description

The ApiTrimSearchTopContainersFilter is a special filter applied to a search which is used to select top containers using an aggregated disposal method technique

Constructor & Destructor Documentation

◆ TrimSearchTopContainersFilter()

TRIM.SDK.TrimSearchTopContainersFilter.TrimSearchTopContainersFilter ( )

Construct a top container filter object

Property Documentation

◆ AggregateContents

bool TRIM.SDK.TrimSearchTopContainersFilter.AggregateContents
getset

Gets or sets a boolean value indicating if the contents of a top level folder should be examined for a conflicting disposal instructions (contents with a more severe disposal instruction will case the top container not to be selected).

◆ AggregateContentsRecursive

bool TRIM.SDK.TrimSearchTopContainersFilter.AggregateContentsRecursive
getset

Gets or sets a boolean value indicating that if contents are being aggregated, whether to look inside the contents of the contents recursively.

◆ AggregateExcludeScheduled

bool TRIM.SDK.TrimSearchTopContainersFilter.AggregateExcludeScheduled
getset

Gets or sets a boolean value indicating that the search should exclude any top level container that has a specific (i.e. not aggregated) disposal instruction specified.

◆ DisposalType

ConsignmentDisposalType TRIM.SDK.TrimSearchTopContainersFilter.DisposalType
getset

Gets or sets a ConsignmentDisposalType enumerated value indicating what type of disposal method will be required for this selection.

◆ IncludeItemsInAConsignment

bool TRIM.SDK.TrimSearchTopContainersFilter.IncludeItemsInAConsignment
getset

Gets or sets a boolean value indicating if records that are currently part of an existing consignment process will be retrieved when using this filter.

◆ IncludeItemsOnHold

bool TRIM.SDK.TrimSearchTopContainersFilter.IncludeItemsOnHold
getset

Gets or sets a boolean value indicating if records that are currently on hold will be retrieved when using this filter.

◆ MaxResults

long TRIM.SDK.TrimSearchTopContainersFilter.MaxResults
getset

Gets or sets a number indicating the maximum number of results to be returned by this search.

◆ OnlyBoxes

bool TRIM.SDK.TrimSearchTopContainersFilter.OnlyBoxes
getset

Gets or sets a boolean value indicating if only record types that have behavior of 'Box' will be selected (a common archiving use case

◆ OnOrBeforeArchiveDate

TrimDateTime TRIM.SDK.TrimSearchTopContainersFilter.OnOrBeforeArchiveDate
getset

Gets or sets a date object indicating the cutoff date for any archiving action to be due.