Table of Contents

Class MetadataFileRootAttribute

Namespace
Uncreated.Warfare.Interaction.Commands
Assembly
Uncreated.Warfare.dll

Define the name of the root project folder for this assembly, mainly if it's not equal to the assembly name or the assembly name without periods.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class MetadataFileRootAttribute : Attribute
Inheritance
MetadataFileRootAttribute
Inherited Members

Constructors

MetadataFileRootAttribute(string)

public MetadataFileRootAttribute(string folderName)

Parameters

folderName string

Properties

FolderName

The name of the root folder of the project.

public string FolderName { get; }

Property Value

string

Remarks

This is just a name, not a full path.