CatalogsController Class

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

The catalogs controller.

Namespace:  Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers
Assembly:  Microsoft.Dynamics.Retail.RetailServerLibrary (in Microsoft.Dynamics.Retail.RetailServerLibrary.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
<CommerceAuthorizationAttribute(AllowedRetailRoles := , CheckRetailOperation := False)> _
Public Class CatalogsController _
    Inherits CommerceController(Of ProductCatalog, Long)
'Usage
Dim instance As CatalogsController
[ComVisibleAttribute(false)]
[CommerceAuthorizationAttribute(AllowedRetailRoles = , CheckRetailOperation = false)]
public class CatalogsController : CommerceController<ProductCatalog, long>
[ComVisibleAttribute(false)]
[CommerceAuthorizationAttribute(AllowedRetailRoles = , CheckRetailOperation = false)]
public ref class CatalogsController : public CommerceController<ProductCatalog^, long long>

Inheritance Hierarchy

System.Object
  ApiController
    ODataController
      EntitySetController<ProductCatalog, Int64>
        Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers.CommerceController<ProductCatalog, Int64>
          Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers.CatalogsController

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Retail.RetailServerLibrary.ODataControllers Namespace