Example #1
0
 public GraphDriveFactory()
 {
     client = GraphClientFactory.GetGraphServiceClient();
 }
Example #2
0
 public GraphResourceFactory()
 {
     client = GraphClientFactory.GetGraphServiceClient();
 }
Example #3
0
 public GraphDocumentFactory()
 {
     client            = GraphClientFactory.GetGraphServiceClient();
     documentConverter = new GraphDocumentConverter();
 }
Example #4
0
 public GraphNotebookFactory()
 {
     client            = GraphClientFactory.GetGraphServiceClient();
     notebookConvertor = new GraphNotebookConverter();
 }
Example #5
0
 public GraphPageFactory()
 {
     client        = GraphClientFactory.GetGraphServiceClient();
     pageConvertor = new GraphPageConverter();
 }