FilterSetVersionStatus()

Filters for document reference items which have a version status matching the one specified in VersionStatus.

Token ID

AFTKN_FILTER_SET_VERSTATUS or 873

Syntax

VOID FilterSetVersionStatus(ENUM FilterHandleType; 
                             ENUM VersionStatus; 
                             ENUM BitOn)

Parameters

FilterHandleType As ENUM

Unique filter identifier, returned by FilterCreate():

  • 315 Default
VersionStatus As ENUM

Specifies the version status as follows:

279

Archived

640

Available

641

CheckedOut

642

InUse

643

RemoteInUse

644

MassInUse

BitOn As ENUM

Specifies how to filter the item type as follows:

147

DontCare

0

No

Filters out the specified item type.

1

Yes

Passes the specified item type through the filter, but no others.