LastUseDate Property

The LastUseDate property returns the date when the category or special category was last active.

Syntax

object .LastUseDate

Applies To

Category Object

SpecialCategory Object

Discussion

Use this property to show the date that Transformer generated a category or changed any properties of the category.

Use the return value of this property with the CleanHouse method to remove inactive categories. If the date in LastUseDate is older than the date in the Date parameter of CleanHouse, Transformer considers the category inactive and removes it.

Type

Long

Access

Read