Enum TagHandlingFlags
Enum which provides additional information for serialization and other tag handling purposes.
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public enum TagHandlingFlags
Fields
Name | Description |
---|---|
AllowDeserializationFailure | If set, and an error occurs when deserializing this object as part of a TaggableObject's tags list, an InvalidTag will be created with the data of this object, and deserialization will continue. |
None | |
RemoveOnNewProfile | If set, indicates to consumers that this tag should be removed if the current IC data is copied into a new profile. |