Autodesk Vault ProfessionalVault API

HasCategory Method

Autodesk.DataManagement.Client.Framework.Forms.ServicesIApplicationPreferencesService

Gets if the application has preferences grouped by the specified category name.

Syntax

System.bool HasCategory(
   System.string categoryName
)
Function HasCategory( _
   ByVal categoryName As System.String _
) As System.Boolean

Parameters

NameDescription
categoryNameThe category name that we are inspecting for preferences.

Return Value

True if there are preferenced grouped by categoryName . False otherwise.

See Also