TypeDescriptor.MergeXml Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
MergeXml(String, [], PackageContents, Parameter, TypeDescriptor) | Obsolete. Reads the TypeDescriptor definition from the specified resource XML for the specified parent type descriptor object, and then merges its properties, localized names, and access control entries with the existing TypeDescriptor in the metadata store. | |
MergeXml(String, [], PackageContents, Parameter, TypeDescriptor, String) | Reads the TypeDescriptor definition information from the specified XML resource for the specified parent type descriptor object, and merges its properties, localized names, and access control entries into the current TypeDescriptor. |
Top