Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Seo Namespace / IRedirectRepository Interface
Methods

In This Topic
    IRedirectRepository Interface Members
    In This Topic

    The following tables list the members exposed by IRedirectRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>)
     Method Counts the number of dynamic Redirect objects for the current store.  
     Method Counts the number of fixed Redirect objects for the current store.  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>)
     Method Counts the number of Redirect objects for the given StoreId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>)
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>)
     MethodOverloaded.  Loads a collection of dynamic Redirect objects for the current store from the database  
     MethodOverloaded.  Loads a collection of fixed Redirect objects for the current store from the database  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>)
     Method Load this Redirect object from the database for the given source URL.  
     Method Loads a collection of Redirect objects for the given StoreId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Redirect,int>)
    Top
    See Also