WebResource entity messages and methods
A web resource stores the data equivalent to files used in web development. Web resources are client-side components that provide custom user interface elements. These resources are stored in the WebResource Entity.
The following table describes the messages for this entity, which you use with the IOrganizationService.Execute method.
Message | Description |
---|---|
CreateRequest | Creates a web resource. You can also call the IOrganizationService.Retrieve method. |
DeleteRequest | Deletes a web resource. You can also call the IOrganizationService.Delete method. |
RetrieveRequest | Retrieves a web resource. You can also call the IOrganizationService.Retrieve method. |
RetrieveMultipleRequest | Retrieves a collection of web resources. You can also call the IOrganizationService.RetrieveMultiple method. |
RetrieveUnpublishedRequest | Retrieves the current saved definition of a web resource regardless whether it has been published. |
RetrieveUnpublishedMultipleRequest | Retrieves the current saved definition of web resources regardless whether they have been published. |
UpdateRequest | Updates a web resource. You can also call the IOrganizationService.Update method. |
See also
Web Resources for Dynamics 365 Customer Engagement (on-premises)
Sample: Pass Multiple Values to a Web Resource Through the Data Parameter