GetRepositoryRange
Name
GetRepositoryRange
When to use it
After setting the parameters with SetRepositoryRange.
Prototype
GetRepositoryRange(
MinimumLength: Long/*[out]*/,
MaximumLength: Long/*[out]*/,
Step: Long /*[out]*/
);
Explanations
Returns the range of lengths for Repository pieces.
Parameters
MinimumLength- The minimum length that a repository piece can have.
MaximumLength- The maximal length that a repository piece can have.
Step- the step for search.
See also
SetRepositoryRange, OnAfterLengthSearched.
Links