ItemType



Gets or Sets the Type property for the Item.



Syntax:

Procedure: ItemType: String;


API Calls

Delphi

// PlanSwift and FreshDesk Code:


If Item.ItemType <> 'Property' then
  Item.ItemType := 'Property';


Coming soon

C#

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


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon