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>