Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / ProductVariantManager Class / ValidateOptionList Method
Option list to validate.
In This Topic
    ValidateOptionList Method
    In This Topic
    Checks that a given option list is valid.
    Syntax
    public static string ValidateOptionList( 
       string optionList
    )

    Parameters

    optionList
    Option list to validate.

    Return Value

    The option list if the format valid, empty string if the format is not valid.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also