Click or drag to resize
IStorageContextAddStorageRecordKeyToIndex Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Storage.IStorageContext.AddStorageRecordKeyToIndex(System.String,ZU.Storage.StorageRecordKinds)"]

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 AddStorageRecordKeyToIndex(
	string recordKey,
	StorageRecordKinds recordKind
)

Parameters

recordKey
Type: SystemString

[Missing <param name="recordKey"/> documentation for "M:ZU.Storage.IStorageContext.AddStorageRecordKeyToIndex(System.String,ZU.Storage.StorageRecordKinds)"]

recordKind
Type: ZU.StorageStorageRecordKinds

[Missing <param name="recordKind"/> documentation for "M:ZU.Storage.IStorageContext.AddStorageRecordKeyToIndex(System.String,ZU.Storage.StorageRecordKinds)"]

See Also