AliyunTemplateExporter

@interface AliyunTemplateExporter : NSObject

* A class that defines the exporter for a template API_AVAILABLE(3.27.0)

  • * Export a template

    Declaration

    Objective-C

    + (BOOL)export:(NSString *)taskPath
        templateTaskPath:(NSString *)templateTaskPath
          resourceExport:(AliyunTemplateResourceExport *)resExport
               completed:(void (^)(NSError *))completedHandler;

    Parameters

    taskPath

    Task path

    templateTaskPath

    The template dir

    resExport

    The resource exporter

    completedHandler

    Completed callback

    Return Value

    Yes or no