Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

IPropertyObject


...

This is the interface object for each property on a PlanSwift IItem. In PlanSwift script, since each script is the property of an item, you can use the default Item and Property objects to access the IItem andIPropertyObject that the script belongs to.

...

Procedure: Handle: HResult;


API

...

Calls

Delphi

Code Block
languagedelphi
themeRDark
firstline1
titleUsing IItem Object Model
linenumberstrue
collapsetrue
PlanSwift Code:


Result := Property.Name;


FreshDesk Code:


????


Code Block
languagedelphi
firstline1
titleUsing PlanSwift Object Model
linenumberstrue
Coming soon

C#

Code Block
languagec#
themeRDark
firstline1
titleUsing IItem Object Model
linenumberstrue
collapsetrue
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}


Code Block
languagec#
themeRDark
firstline1
titleUsing PlanSwift Object Model
linenumberstrue
Coming soon

VB/VBA (OLE)

Code Block
languagevb
firstline1
titleUsing IItem Object Model
linenumberstrue
Coming soon


Code Block
languagevb
firstline1
titleUsing PlanSwift Object Model
linenumberstrue
Coming soon