Click or drag to resize
IStorageProviderLoadEntityByKeyAsJson Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Storage.IStorageProvider.LoadEntityByKeyAsJson(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#
string LoadEntityByKeyAsJson(
	string storageKey
)

Parameters

storageKey
Type: SystemString

[Missing <param name="storageKey"/> documentation for "M:ZU.Storage.IStorageProvider.LoadEntityByKeyAsJson(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:ZU.Storage.IStorageProvider.LoadEntityByKeyAsJson(System.String)"]

See Also