Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Returns Xml Resource from CRM
Namespace:   Microsoft.Xrm.Tooling.WebResourceUtility
Assembly:  Microsoft.Xrm.Tooling.WebResourceUtility (in Microsoft.Xrm.Tooling.WebResourceUtility.dll)
Syntax
public string GetXmlFromCRMWebResource(
    string webResourceName
)
public:
String^ GetXmlFromCRMWebResource(
    String^ webResourceName
)
member GetXmlFromCRMWebResource : 
        webResourceName:string -> string
Public Function GetXmlFromCRMWebResource (
    webResourceName As String
) As String
Parameters
- webResourceName 
 Type: System.String- Xml Resource Name requested 
Return Value
Type: System.String
Returns Null if the Xml is not found, or Xml document as text.
See Also
XmlResources Class
Microsoft.Xrm.Tooling.WebResourceUtility Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright