Defines the product IDs for the different environments the SDK can be used in.
const productId = NutrientViewer.ProductId.SharePoint; Copy
const productId = NutrientViewer.ProductId.SharePoint;
Enables using the SDK in a Salesforce environment. When used, the SDK should be loaded from a Salesforce site.
Enables using the SDK in a SharePoint environment. When used, the document should be loaded from a SharePoint site.
Defines the product IDs for the different environments the SDK can be used in.
Example