Method DetailString addLogo(String name, ImageFile file) Creates a logo and returns the id of the logo. Image dimensions must be exactly 275px wide by 80px high, unless the image is a favicon.ico
Parameters:
Returns: String Since: 09-22-2015 boolean deleteLogo(String id) Deletes the specified logo.
Parameters:
Returns: boolean Since: 04-05-2010 Data getLogo(String id) Returns information on the specified logo including the content as base64.
Parameters:
Returns: Data Since: 09-22-2015 SystemDataView getLogos() Returns a list of logos for this enterprise. Returns: SystemDataView DataList Name: Logos
Since: 03-02-2010 boolean setLogoActive(String id, boolean active) Sets the active flag for the specified logo.
Parameters:
Returns: boolean Since: 04-05-2010 String toString() Returns a description of this object. Returns: String Since: 03-02-2010 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |