Skip to content

Instantly share code, notes, and snippets.

@sshibani
Created October 20, 2016 13:44
Show Gist options
  • Save sshibani/f5ec686e94c42ff31ea45797446206fd to your computer and use it in GitHub Desktop.
Save sshibani/f5ec686e94c42ff31ea45797446206fd to your computer and use it in GitHub Desktop.
namespace Tridion.ContentDelivery.DynamicContent
{
public interface IPublicationMapping
{
string Domain { get; }
string Path { get; }
int PathScanDepth { get; }
string Port { get; }
string Protocol { get; }
int PublicationId { get; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment