Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICatalogUrlRepository Interface / IsAlreadyUsed Method / IsAlreadyUsed(String,Int32,CatalogNodeType) Method
The url to check
Id of the catalog node item
Type of the catalog node
In This Topic
    IsAlreadyUsed(String,Int32,CatalogNodeType) Method
    In This Topic
    Indicates whether the given URL is already defined with node item other then provided one
    Syntax

    Parameters

    url
    The url to check
    catalogNodeId
    Id of the catalog node item
    catalogNodeType
    Type of the catalog node

    Return Value

    True if the url is already defined but with not given node item, false otherwise.
    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