IList<InputField> LoadForProductTemplate( int productTemplateId, InputFieldScope scope, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- productTemplateId
 - Id of the product template to load for
 - scope
 - scope of input fields to consider
 - maximumRows
 - Maximum number of rows to retrieve.
 - startRowIndex
 - Starting index from where to start retrieving.
 - sortExpression
 - The sort expression to use for sorting the loaded objects.
 
Return Value
A collection of input fields for given product template