Accusoft.ThumbnailXpress6.Net
Insert Method (FilterCollection)




The index position to add the given filter.
The Filter to insert into the collection.
Inserts the provided filter item into the collection at the given index.
Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal collectionIndex As Integer, _
   ByVal item As Filter _
) 
'Usage
 
Dim instance As FilterCollection
Dim collectionIndex As Integer
Dim item As Filter
 
instance.Insert(collectionIndex, item)
public virtual void Insert( 
   int collectionIndex,
   Filter item
)
public: virtual void Insert( 
   int collectionIndex,
   Filter* item
) 
public:
virtual void Insert( 
   int collectionIndex,
   Filter^ item
) 

Parameters

collectionIndex
The index position to add the given filter.
item
The Filter to insert into the collection.
Remarks

If the filter is enabled, its criteria will be applied against subsequent calls to ThumbnailItemCollection.AddItemsFromDirectory

See Also

Reference

FilterCollection Class
FilterCollection Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback