| 
            
              IProductCategoryGetProductCategoriesChangedSince Method
             | 
          
        
        
 Gets Product categories based on date and options.
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxList<ProductCategory> GetProductCategoriesChangedSince(
	DateTime startDateTime,
	int options
)
Function GetProductCategoriesChangedSince ( 
	startDateTime As DateTime,
	options As Integer
) As List(Of ProductCategory)
Parameters
- startDateTime  DateTime
 - Start date.
 - options  Int32
 - Bitflag. Each bit of the enum represents a separate option. Use 'Bitwise Or' to specify a combination of options.
  
- 0 = None.
 - 1 = Return only the product categories, that have been inserted after the given time.
 - 2 = Return inactive product cateogries in addition to the active ones.
 
 
Return Value
ListProductCategoryList of ProductCategory objects.
Exceptions
See Also