Click or drag to resize
IStorageProviderImportStorageRecords Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Storage.IStorageProvider.ImportStorageRecords(System.Collections.Generic.List{System.Tuple{System.String,System.String}},ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

Namespace: ZU.Storage
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
void ImportStorageRecords(
	List<Tuple<string, string>> storageRecords,
	IMigrationProvider migrationProv,
	string spaceName,
	ModelKind spaceKind,
	out bool succeeded
)

Parameters

storageRecords
Type: System.Collections.GenericListTupleString, String

[Missing <param name="storageRecords"/> documentation for "M:ZU.Storage.IStorageProvider.ImportStorageRecords(System.Collections.Generic.List{System.Tuple{System.String,System.String}},ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

migrationProv
Type: ZU.Storage.MigrationIMigrationProvider

[Missing <param name="migrationProv"/> documentation for "M:ZU.Storage.IStorageProvider.ImportStorageRecords(System.Collections.Generic.List{System.Tuple{System.String,System.String}},ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

spaceName
Type: SystemString

[Missing <param name="spaceName"/> documentation for "M:ZU.Storage.IStorageProvider.ImportStorageRecords(System.Collections.Generic.List{System.Tuple{System.String,System.String}},ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

spaceKind
Type: ZU.CoreModelKind

[Missing <param name="spaceKind"/> documentation for "M:ZU.Storage.IStorageProvider.ImportStorageRecords(System.Collections.Generic.List{System.Tuple{System.String,System.String}},ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

succeeded
Type: SystemBoolean

[Missing <param name="succeeded"/> documentation for "M:ZU.Storage.IStorageProvider.ImportStorageRecords(System.Collections.Generic.List{System.Tuple{System.String,System.String}},ZU.Storage.Migration.IMigrationProvider,System.String,ZU.Core.ModelKind,System.Boolean@)"]

See Also