InheritAction



Gets or Sets the InheritAction attribute for this property.



Syntax:

Procedure: InheritAction: Inheritactions;


API Call:

PlanSwift and FreshDesk Code:


Result := Property.ImageTransparent;

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



Coming soon
Coming soon