 | AutomationMLContainerAddCAEXSchema(String, Uri) Method |
Adds a CAEX schema file to the package and creates a package - part
relationship to the package using the relationship type
CAEXSchema Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic PackagePart AddCAEXSchema(
string fileName,
Uri partUri
)
Public Function AddCAEXSchema (
fileName As String,
partUri As Uri
) As PackagePart
public:
PackagePart^ AddCAEXSchema(
String^ fileName,
Uri^ partUri
)
Parameters
- fileName String
-
full name of the file which should be added
- partUri Uri
-
package internal name of the part
Return Value
PackagePart
added part
See Also