TronDesigner Website Integration
    Preparing search index...
    interface ILogoDTO {
        changeLog: IChangeLogDTO[];
        colors: ILogoColorsDTO;
        created: Date;
        customer?: any;
        dimensions: IMotiveObjectDimensionsDTO;
        filename: string;
        filesDescription: ILogoFilesDescriptionDTO;
        logoGuid: string;
        name: string;
        originalLogoGuid?: string;
        properties: ILogoPropertyDTO[];
        state: States;
        type: LogoTypes;
        updated?: Date;
        version: string;
    }
    Index

    Properties

    changeLog: IChangeLogDTO[]
    created: Date
    customer?: any
    filename: string
    filesDescription: ILogoFilesDescriptionDTO
    logoGuid: string
    name: string
    originalLogoGuid?: string
    properties: ILogoPropertyDTO[]
    state: States
    type: LogoTypes
    updated?: Date
    version: string