ISelectionList



A simple list that contains all of the items selected when the list is created.



Syntax:

Procedure: Coming soon


API Call:

PlanSwift Code:


Result := Planswift.selectionlist;

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



Coming soon
Coming soon