Show / Hide Table of Contents

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.

Extension Methods

Extensions.Yield<TagHandlingFlags>()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX