Rds > Rds Assembly Interfaces > IRdsAttributeTypeFolders
The IRdsAttributeTypeFolders interface contains properties and methods of folders collection of attribute types of the MDM repository.
Property name | Brief description | |
![]() |
The Count property returns number of folders in a collection. | |
![]() |
The Item property returns folder contents. |
Method name | Brief description | |
![]() |
The Add method creates a new folder. | |
![]() |
The Clear method clears all folders of a collection with contents. | |
![]() |
The FindById method searches a folder by identifier. | |
![]() |
The FindByKey method searches a folder by key. | |
![]() |
The Remove method removes a folder by index. | |
![]() |
The RemoveByKey method removes a folder by key. |
See also: