Class RemoteSiteDB
Summary description for RemoteSiteDB. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inherited Members
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[Obsolete("Remote Sites is no longer supported, it was a concept before Content/Page Providers was introduced")]
public class RemoteSiteDB : DataAccessBase
Constructors
RemoteSiteDB(IDatabaseHandler)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public RemoteSiteDB(IDatabaseHandler databaseHandler)
Parameters
Type | Name | Description |
---|---|---|
IDatabaseHandler | databaseHandler |
Methods
Delete(Int32)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public void Delete(int id)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id |
List()
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public RemoteSite[] List()
Returns
Type | Description |
---|---|
RemoteSite[] |
Load(Int32)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public RemoteSite Load(int ID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ID |
Returns
Type | Description |
---|---|
RemoteSite |
Save(RemoteSite)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public void Save(RemoteSite site)
Parameters
Type | Name | Description |
---|---|---|
RemoteSite | site |