CRM 2011 SDK 读取解决方案 zip 文件

发布于 2024-12-13 01:58:03 字数 240 浏览 0 评论 0原文

CRM 2011 SDK 中是否有任何对象/类可供我提供自定义 zip 文件,然后我可以在导入之前简单地使用其属性/方法来读取/验证自定义 zip 文件的内容?

我能找到的唯一相关对象是 ImportSolutionRequest。但它仅使用其上公开的 CustomizationFile 属性将自定义 zip 文件作为 byte[]。但它不允许我读取文件的内容。太糟糕了:(

另外,如果有任何其他方法可以实现同样的目的,我愿意接受。

Is there any object/class in CRM 2011 SDK to which I can feed the customizations zip file and then I can simply use its properties/methods to read/validate the contents of the customizations zip file before importing?

The only relevant object I was able to find was ImportSolutionRequest. But it only takes the customizations zip file as a byte[] using the CustomizationFile property exposed on it. But it doesnt let me read the contents of the file. Too bad :(

Also, if there is any other way to achieve the same I am open for it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

杀お生予夺 2024-12-20 01:58:03

根据查看customizations.zip 文件的内容,应该可以使用 System.IO.Packaging 命名空间来解压 zip,然后将内部的customizations.xml 读入 XML 文档。

Based on looking at the contents of a customizations.zip file, it should be possible to use the System.IO.Packaging namespace to unpack the zip and then read the inner customizations.xml into an XML document.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文