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