The IStandardCubeDestinations interface contains properties and methods that are used to work with the collection of cube display versions.
Property name | Brief description | |
Count | The Count property returns the number of cube display versions. | |
Item | The Item property returns parameters of cube displaying option with the specified index. |
Method name | Brief description | |
Add | The Add method adds a new cube display version. | |
FindById | TheFindById method searches for a display version by its identifier. | |
FindByKey | The FindByKey method searches for a display version by its key. | |
Move | The Move method moves display version in the list. | |
Remove | The Remove method removes display version by its index. | |
RemoveByKey | The RemoveByKey method removes display version by its key. |
See also: