TemplateStructureResponse
    • PDF

    TemplateStructureResponse

    • PDF

    Article Summary

    Description

    Template Structure Content

    Syntax

    private Long sid;
    private Long parentSid;
    private NesDateTime createDate;
    private String name;
    private Boolean isCategory;
    private Boolean isUse;
    private List subCategoris;
    private List templates;
    

    Field

    FieldRequiredTypeLimitationsDescription
    sidYesLongsid of template or category
    parentSidYesLongparent category sid (Top level category if -1)
    createDateYesNesDateTimegeneration time
    nameYesStringName of template or category
    isCategoryYesBooleanWhether it is a category (true: category, false: template)
    isUseYesBooleanWhether in use or not in use
    subCategorisNoList<TemplateStructureResponse>sub category
    templatesNoList<TemplateStructureResponse>sub template

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.