We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86b823e + 14b68ac commit 99db93bCopy full SHA for 99db93b
src/SharePoint/ListItemFormUpdateValue.php
@@ -6,6 +6,8 @@
6
namespace Office365\SharePoint;
7
8
use Office365\Runtime\ClientValue;
9
+use Office365\Runtime\ServerTypeInfo;
10
+
11
/**
12
* Specifies
13
* the properties of a list itemfield (2)
@@ -32,6 +34,12 @@ public function toJson()
32
34
return $json;
33
35
}
36
37
38
+ public function getServerTypeInfo()
39
+ {
40
+ return new ServerTypeInfo("SP", "ListItemFormUpdateValue");
41
+ }
42
43
44
45
* the error message result after validating the value for the field (2).
0 commit comments