Share via


CatProcureCatalogTable::catalogToDisplayCategoryUpdateType Method

Converts a CatProcureCatalogUpdateType enumeration type to an UpdateType enumeration type.

Syntax

client server public static UpdateType catalogToDisplayCategoryUpdateType(CatProcureCatalogUpdateType _catalogUpdateType, [UpdateType _defaultDisplayCategoryUpdateType])

Run On

Called

Parameters

  • _defaultDisplayCategoryUpdateType
    Type: UpdateType Enumeration
    The value to use when the CatProcureCatalogUpdateType enumeration type cannot be converted to an UpdateType enumeration type.

Return Value

Type: UpdateType Enumeration
An instance of the UpdateType enumeration type that matches the input.

Remarks

If no match is found for the update type use the given _defaultDisplayCategoryUpdateType parameter which uses the CatProcureCatalogUpdateType::Static enumeration value.

See Also

Reference

CatProcureCatalogTable Table