-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SharePoint model updated to 16.0.21729.12001 version, model generator…
… fixes
- Loading branch information
Showing
32 changed files
with
402 additions
and
26 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
/** | ||
* This file was generated by phpSPO model generator 2021-10-09T13:26:01+03:00 16.0.21729.12001 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class ContentAssemblyFileInfo extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $FileUrl; | ||
/** | ||
* @var string | ||
*/ | ||
public $ServerRedirectedEmbedUrl; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
/** | ||
* This file was generated by phpSPO model generator 2021-10-09T13:26:01+03:00 16.0.21729.12001 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class ContentAssemblyFormAnswer extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $Answer; | ||
/** | ||
* @var string | ||
*/ | ||
public $ContentControlTagName; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?php | ||
|
||
/** | ||
* This file was generated by phpSPO model generator 2021-10-09T13:26:01+03:00 16.0.21729.12001 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class ContentControlInfo extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $ContentControlTagName; | ||
/** | ||
* @var integer | ||
*/ | ||
public $EndIndex; | ||
/** | ||
* @var bool | ||
*/ | ||
public $IsSingleParargaph; | ||
/** | ||
* @var array | ||
*/ | ||
public $ParagraphIds; | ||
/** | ||
* @var integer | ||
*/ | ||
public $StartIndex; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?php | ||
|
||
/** | ||
* This file was generated by phpSPO model generator 2021-10-09T12:53:17+03:00 16.0.21729.12001 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class DashboardItemInfo extends ClientValue | ||
{ | ||
/** | ||
* @var integer | ||
*/ | ||
public $ItemId; | ||
/** | ||
* @var string | ||
*/ | ||
public $ListId; | ||
/** | ||
* @var string | ||
*/ | ||
public $SiteId; | ||
/** | ||
* @var string | ||
*/ | ||
public $WebId; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
/** | ||
* This file was generated by phpSPO model generator 2021-10-09T13:33:47+03:00 16.0.21729.12001 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class DocumentGenerationInfo extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $FileName; | ||
/** | ||
* @var bool | ||
*/ | ||
public $IsTempFile; | ||
/** | ||
* @var string | ||
*/ | ||
public $TempFileUrl; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?php | ||
|
||
/** | ||
* This file was generated by phpSPO model generator 2019-10-08T21:36:37+00:00 16.0.19325.12009 | ||
*/ | ||
* This file was generated by phpSPO model generator 2021-10-09T13:02:28+03:00 16.0.21729.12001 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class PortalAndOrgNewsSiteReference extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
/** | ||
* @var string | ||
*/ | ||
public $SiteId; | ||
/** | ||
* @var string | ||
/** | ||
* @var string | ||
*/ | ||
public $WebId; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
/** | ||
* This file was generated by phpSPO model generator 2021-10-09T13:33:47+03:00 16.0.21729.12001 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class ProvisionedTemporaryAzureContainerInfo extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $EncryptionKey; | ||
/** | ||
* @var string | ||
*/ | ||
public $Uri; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file was generated by phpSPO model generator 2021-10-09T13:33:47+03:00 16.0.21729.12001 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientObject; | ||
use Office365\Runtime\Actions\DeleteEntityQuery; | ||
use Office365\Runtime\ResourcePath; | ||
use Office365\Runtime\Actions\UpdateEntityQuery; | ||
class RecentListProxy extends BaseEntity | ||
{ | ||
} |
Oops, something went wrong.