Method OnAddedToDeliveryService
OnAddedToDeliveryService(ContentDeliveryService)
Called when the RemoteContentLocationService is added to a delivery service. This allows for any setup needed after being added to the delivery service.
Declaration
public virtual void OnAddedToDeliveryService(ContentDeliveryService cds)
Parameters
Type | Name | Description |
---|---|---|
ContentDeliveryService | cds | The delivery service that the location service is being added to. |