Name



Gets or Sets the Name property for the item.



Syntax:

Procedure: Name: String;


API Calls

Delphi

// PlanSwift and FreshDesk Code:


If Item.Name <> 'Name' then
  Item.Name := 'Name';


Coming soon

C#

public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon