Table of Contents

Class PrefabExtensionInsertPatch.PrefabExtensionFileNameAttribute

Namespace
Bannerlord.UIExtenderEx.Prefabs2
Assembly
Bannerlord.UIExtenderEx.dll

Used when Content is of type string and refers to a file name.
The file should have an extension of type .xml, and be located inside of the GUI folder of your module.
You can include or omit the extension type. I.e. both of the following will work:

  • YourPatchFileName
  • YourPatchFileName.xml
See PrefabExtensionInsertPatch.PrefabExtensionContentAttribute for info on other attribute types.
protected sealed class PrefabExtensionInsertPatch.PrefabExtensionFileNameAttribute : PrefabExtensionInsertPatch.PrefabExtensionSingleContentAttribute
Inheritance
PrefabExtensionInsertPatch.PrefabExtensionFileNameAttribute
Inherited Members

Constructors

PrefabExtensionFileNameAttribute(bool)

Used when Content is of type string and refers to a file name.
The file should have an extension of type .xml, and be located inside of the GUI folder of your module.
You can include or omit the extension type. I.e. both of the following will work:

  • YourPatchFileName
  • YourPatchFileName.xml
See PrefabExtensionInsertPatch.PrefabExtensionContentAttribute for info on other attribute types.
public PrefabExtensionFileNameAttribute(bool removeRootNode = false)

Parameters

removeRootNode bool

If set to true, the root node of will be removed.
This is useful when you wish to insert multiple nodes at the same level (as siblings) from a single patch.