CreateDocumentKey(string)
Creates a document key from a document identifier.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static ulong CreateDocumentKey(string documentId)
Parameters
A document identifier.
Returns
Type | Description |
|---|---|
| ulong | The document key. |
Remarks
Additional Resources: PropertyDatabase.CreateRecordKey, PropertyDatabase.Store, PropertyDatabase.TryLoad and PropertyDatabase.Invalidate.