UiPath Documentation
marketplace
latest
false
UiPath logo, featuring letters U and I in white

Marketplace user guide

Last updated Apr 1, 2026

Name

Activity Creator

Activity Creator name configuration

Generated Code

The LocalizedDisplayName attribute on your activity class contains a reference to the name you entered. The name may be modified by going to Properties Resources.resx.

using ...
namespace MyCompany.MyProduct.Activities
{
    [LocalizedDisplayName(nameof(Resources.Addition_DisplayName))]
    [LocalizedDescription(nameof(Resources.Addition_Description))]
    public class Addition : BaseAsyncCodeActivity
    {
      ...
    }
}
using ...
namespace MyCompany.MyProduct.Activities
{
    [LocalizedDisplayName(nameof(Resources.Addition_DisplayName))]
    [LocalizedDescription(nameof(Resources.Addition_Description))]
    public class Addition : BaseAsyncCodeActivity
    {
      ...
    }
}

Effect in UiPath Studio

Activity name displayed in UiPath Studio

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated