'Declaration Sub Add( _ ByVal dataStoreName As String, _ ByVal isDefault As Boolean, _ ByVal description As String, _ ByVal storageType As DataStore.DataStorageType _ )
'Usage Dim instance As IDataStores Dim dataStoreName As String Dim isDefault As Boolean Dim description As String Dim storageType As DataStore.DataStorageType instance.Add(dataStoreName, isDefault, description, storageType)
void Add( string dataStoreName, bool isDefault, string description, DataStore.DataStorageType storageType )
void Add( String^ dataStoreName, bool isDefault, String^ description, DataStore.DataStorageType storageType )
Parameters
- dataStoreName
- Name of the data store
- isDefault
- Whether this data store is the default store (to be used as default data store for tags adds, and archive related operations)
- description
- Description of the data store
- storageType
- Type of the data store