Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / Misc Class / GetClassId Method
The type to return class ID for
In This Topic
    GetClassId Method
    In This Topic
    Returns the class ID of a type without version or culture specification
    Syntax
    public static string GetClassId( 
       Type type
    )

    Parameters

    type
    The type to return class ID for

    Return Value

    The class ID without version or culture specification
    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