CreateLinkFilter Method
Description
Creates an empty List of Item IDs filter in a Named Object Library , replacing any existing Filter with the same name.
Syntax
Visual Basic |
---|
Public Function CreateLinkFilter( _ ByVal filter As String, _ ByVal idlist As String _ ) As Integer |
Parameters
- filter
- The named Filter to create, or replace.
- idlist
- A space-separated list of item id numbers to include in the link List of item IDs
Remarks
Available: GEO D OM OD SISpy
Group:
Example
sis.CreateLinkFilter ("ItemIds", 1 6 23 )