AcManager.Tools.ContentInstallation.Types.ContentType.GetNew C# (CSharp) Method

GetNew() public method

public GetNew ( string displayName ) : string
displayName string
return string
        public string GetNew(string displayName) {
            return string.Format(NewFormat, displayName);
        }