Method ExportDictionaryPackage
ExportDictionaryPackage(PdmObjectId, bool, CultureInfo, string, string)
Export dictionary package (.TopDicPkg).
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 55, 0)]
void ExportDictionaryPackage(PdmObjectId inProjectId, bool inIsToDeliver, CultureInfo inCulture, string inPackageFileFullName, string inFileFullName)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | Project identifier. |
| bool | inIsToDeliver | Whether is to deliver. |
| CultureInfo | inCulture | Culture |
| string | inPackageFileFullName | File full name of the reference package. |
| string | inFileFullName | File full name of the created dictionary package. |