Talk:API Changelog/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''Changes for Version 10.1.0''' | '''Changes for Version 10.1.0''' | ||
*Added ability to get global and reference resources. The new <code>Filter</code> parameter has been added to the following methods. The filter's default value is 0, which returns local resources. | *Added ability to get global and reference resources. The new <code>Filter</code> parameter has been added to the following methods. The filter's default value is 0, which returns local resources. | ||
:*[[Repository.Model.GetAllModels]] | :*[[Repository.Model.GetAllModels]] | ||
Line 11: | Line 9: | ||
:*[[Repository.URD.GetAllURDs]] | :*[[Repository.URD.GetAllURDs]] | ||
:*[[Repository.Variable.GetAllVariables]] | :*[[Repository.Variable.GetAllVariables]] | ||
*Added | *Added a class that allows VBA users to change the API library language, and new enumerations. See [[New Classes and Enumerations]]. | ||
*Added a | *Added a method for getting a single system hierarchy item, and added new user-defined properties to relevant resource classes. See [[New Members and Constants]]. | ||
*Deprecated a couple of obsolete properties. See [[Deprecated and Removed Members]]. | *Deprecated a couple of obsolete properties. See [[Deprecated and Removed Members]]. | ||
*Various fixes and non-breaking improvements. | *Various fixes and non-breaking improvements. |
Revision as of 15:05, 14 January 2016
Changes for Version 10.1.0
- Added ability to get global and reference resources. The new
Filter
parameter has been added to the following methods. The filter's default value is 0, which returns local resources.
- Added a class that allows VBA users to change the API library language, and new enumerations. See New Classes and Enumerations.
- Added a method for getting a single system hierarchy item, and added new user-defined properties to relevant resource classes. See New Members and Constants.
- Deprecated a couple of obsolete properties. See Deprecated and Removed Members.
- Various fixes and non-breaking improvements.