Interface IHasLinkedAuraIds
Defines an interface for objects that maintain links to auras and folders by their IDs.
Namespace: EyeAuras.Shared
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public interface IHasLinkedAuraIds
Properties
| Name | Description |
|---|---|
| LinkedAuraIds | Gets a read-only list of IDs representing linked auras. |
| LinkedFolderIds | Gets a read-only list of IDs representing linked folders. |
Methods
| Name | Description |
|---|---|
| ReplaceId(string, string) | Replaces an old ID with a new ID in the list of linked auras and folders. |