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