Skip to content

Commit e0157c1

Browse files
authored
Added notes as per IcM
1 parent cc92a68 commit e0157c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

powerapps-docs/developer/model-driven-apps/image-web-resources.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ search.app:
1717
---
1818
# Image web resources
1919

20-
<!-- https://docs.microsoft.com/dynamics365/customer-engagement/developer/image-web-resources -->
21-
2220
Use image web resources to make images available for use in Model-driven apps.
2321

2422
There are 5 types of image web resources:
@@ -42,6 +40,9 @@ There are 5 types of image web resources:
4240
- Background images that are used by CSS web resources.
4341

4442
Use Vector Format (SVG) web resources for any icon presented in the application. Vector images are defined as Scalable Vector Graphics (SVG) an XML-based vector image format. The advantage of vector images over other image web resources is that they scale. You can define one vector image and re-use it rather than provide multiple sizes of images. You will use these in with a new <xref:Microsoft.Xrm.Sdk.Metadata.EntityMetadata>.<xref:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconVectorName> property to define the icon for a custom entity instead of the `IconLargeName`, `IconMediumName`, or `IconSmallName` properties.
43+
44+
> [!NOTE]
45+
> Vector Format (SVG) web resources are treated like the [Script (JScript)](/powerapps/developer/model-driven-apps/script-jscript-web-resources) web resources, and carry the same security risks as Script (JScript) web resources because SVG files allow JScript embedding.
4546
4647
<a name="BKMK_Limitations"></a>
4748
## Limitations of image web resources

0 commit comments

Comments
 (0)