We are working with Module Builder and creating a content type called Catalog. For Catalog, we hide the standard "Create" button and instead implement our "Create" button.
Our "Create" button opens a dialog and inserts a catalog item using the Sitefinity web services API.
Now, we need to validate the user permissions in this creation process.
For example: We only want to allow administrator users to create catalogs.
How can we integrate user permission validations into our custom components, commands, etc.?