Assembly: Adhoc;
Namespace: None;
The IAdhocSyncParams interface is used to work with collection parameters included in the links that are used to synchronize parameters of dashboard data sources.
IAdhocSyncParams
To get the collection of parameters, use the IAdhocParamSyncIndex.Params property.
Property name | Brief description | |
The Count property returns the number of parameters in the collection. | ||
The Item property returns the specified parameter from the collection. |
Method name | Brief description | |
Add | The Add method adds a parameter to the collection. | |
FindById | The FindById method searches for a parameter with the specified identifier. | |
FindByKey | The FindByKey method searches for a parameter with the specified key. | |
Remove | The Remove method removes the specified parameter from the collection. | |
The RemoveById method removes a parameter with the specified identifier from the collection. | ||
The RemoveByKey method removes a parameter with the specified key from the collection. |
See also: