Click or drag to resize
IStorageProviderLoadEntitiesByKeys Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Storage.IStorageProvider.LoadEntitiesByKeys(System.Collections.Generic.List{System.String})"]

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 LoadEntitiesByKeys(
	List<string> entitiesStorageKeys
)

Parameters

entitiesStorageKeys
Type: System.Collections.GenericListString

[Missing <param name="entitiesStorageKeys"/> documentation for "M:ZU.Storage.IStorageProvider.LoadEntitiesByKeys(System.Collections.Generic.List{System.String})"]

See Also