Exemplo n.º 1
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public AzurePDFIndexer()
 {
     SupportedExtensions = new[] { ".pdf" };
     UmbracoFileProperty = "umbracoFile";
     //By default, we will be using the UmbracoAzureDataService
     DataService = new UmbracoAzureDataService();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public AzureMemberIndexer()
     : base()
 {
     //By default, we will be using the UmbracoAzureDataService
     DataService = new UmbracoAzureDataService();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public AzureMemberIndexer()
     : base()
 {
     //By default, we will be using the UmbracoAzureDataService
     DataService = new UmbracoAzureDataService();
 }