Name



Gets or Sets the Name property for the item.



Syntax:

Procedure: Name: String;


API Call:

// PlanSwift and FreshDesk Code:


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

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



Coming soon
Coming soon