Class ManifestTagInfo
Represents information about a manifest tag, including its node path, tag name, attribute name, attribute value, and any additional attributes.
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
[Serializable]
public class ManifestTagInfo
Fields
Name | Description |
---|---|
attrName | The name of the attribute for the manifest tag. |
attrValue | The value of the attribute for the manifest tag. |
attrs | An array of additional attributes for the manifest tag. |
modifyIfFound | Indicates whether to modify the manifest tag if it is found. |
nodePath | its node path |
required | Indicates whether this manifest tag is required. |
tag | The name of the manifest tag. |