Method | Description |
---|
AttachmentTypes | Returns an object representing a collection of all AttachmentTypes in this Data Dictionary. |
Defaults | Returns an object representing a collection of all defaults in the Data Dictionary. |
DomainFolders | Returns an object representing a collection of all domain folders in the Data Dictionary. |
Domains | Returns an object representing a collection of all domains in the Data Dictionary. |
ImportDictionary | Import the specified Data Dictionary from the given file into this data dictionary. Duplicate names are resolved via the duplicate name option: 0 = Rename, 1 = Update, 2 = Skip. PARAMETERS: FileName (String), DataDictionaryName (String), DupNameOption (Integer). |
NamingStandardsTemplates | Returns an object representing a collection of all NamingStandardsTemplates in this Data Dictionary. |
ReferenceValues | Returns an object representing a collection of all ReferenceValues in this Data Dictionary. |
RepoCheckinDataDictionary | Check in a Data Dictionary to the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: Comment (String). RETURN DATATYPE: Integer. |
RepoCheckoutDataDictionary | Check out a Data Dictionary from the Repo Server. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean), Comment (String). RETURN DATATYPE: Integer. |
RepoExclusiveCheckoutDataDictionary | Exclusively checks out a Dictionary from the Repository, and then synchronizes with it if GetLatest is true. Return value is 1 if successful, 0 otherwise. PARAMETERS: GetLatest (Boolean). RETURN DATATYPE: Integer. |
Rules | Returns an object representing a collection of all rules in the Data Dictionary. |
SecurityTypes | Returns an object representing a collection of all SecurityTypes in this Data Dictionary. |
UserComments | Returns a collection of user comments associated with this data dictionary. |
UserDatatypes | Returns an object representing a collection of all user datatypes in the Data Dictionary. |