Parameters in Task in the third tab

Posts   
 
    
dalikdik
User
Posts: 9
Joined: 10-Nov-2008
# Posted on: 12-Nov-2008 08:57:25   

what other parameters that can be use in the Task because i tried adding some parameters in the code but i dont know how will i use it?


<parameters>
                <parameter name="destinationFolder" defaultValue="CUSTOMFOLDERHENRY" isOptional="false" description="The folder to generate the code in"/>
                <parameter name="filenameFormat" defaultValue="AddNew.aspx" isOptional="false" description="The destination file format specification"/>
                <parameter name="templateID" defaultValue="SD_AddNewAspx" isOptional="false" description="The ID of the template to use." valueType="templateID"/>
                <parameter name="emitType" defaultValue="generic" isOptional="false" description="The type of code generation to perform." valueType="emitType"/>
                <parameter name="failWhenExistent" defaultValue="false" isOptional="true" description="Flag to signal what to do when the destination file already exists." valueType="boolean"/>
                <parameter name="templateBindingDefinitionName" defaultValue="" isOptional="true" description="The name of the TemplateBindings from which to pick the templateID specified. Specifying this parameter will always force the templateID to be picked from the templateBindings with the name specified."/>
                <parameter name="compileOnly" defaultValue="false" isOptional="true" description="Flag to signal if the templates should just be compiled, but not run" valueType="boolean"/>
                <parameter name="debugBuild" defaultValue ="false" isOptional="true" description ="Flag to signal that the templates have to be compiled using a debug compile, so debugging the templates can be done more easily." valueType="boolean"/>
                <parameter name="templateAssemblySourceFileFormat" defaultValue="" isOptional="true" description="The filename format for the template sourcecode as it's compiled. Use for debugging templates."/>
                <parameter name="whereIsAlbert" defaultValue="" isOptional="true" description="This file is reqiured to locate Albert Cruz"/>   
            </parameters>

Walaa avatar
Walaa
Support Team
Posts: 14987
Joined: 21-Aug-2005
# Posted on: 12-Nov-2008 12:50:36   

All task performers and their parameters destails which are shiped with LLBLGen Pro are described in the following path of the SDK Manual:

Generator and Tasks->Shipped task Performers

dalikdik
User
Posts: 9
Joined: 10-Nov-2008
# Posted on: 13-Nov-2008 02:33:33   

Walaa wrote:

All task performers and their parameters destails which are shiped with LLBLGen Pro are described in the following path of the SDK Manual:

Generator and Tasks->Shipped task Performers

OK sir thank you again.