You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Boolean flag to determines whether the file is sent with the document it is attached to on client facing communications. Note- The SendWithObject element is only returned when using /Associations/{ObjectId} endpoint.
46
+
/// </summary>
47
+
/// <value>Boolean flag to determines whether the file is sent with the document it is attached to on client facing communications. Note- The SendWithObject element is only returned when using /Associations/{ObjectId} endpoint.</value>
Copy file name to clipboardExpand all lines: docs/files/index.html
+16-1
Original file line number
Diff line number
Diff line change
@@ -866,6 +866,21 @@
866
866
"title" : "",
867
867
"type" : "object",
868
868
"properties" : {
869
+
"SendWithObject" : {
870
+
"type" : "boolean",
871
+
"description" : "Boolean flag to determines whether the file is sent with the document it is attached to on client facing communications. Note- The SendWithObject element is only returned when using /Associations/{ObjectId} endpoint.",
872
+
"example" : true
873
+
},
874
+
"Name" : {
875
+
"type" : "string",
876
+
"description" : "The name of the associated file. Note- The Name element is only returned when using /Associations/{ObjectId} endpoint.",
877
+
"example" : "Test.pdf"
878
+
},
879
+
"Size" : {
880
+
"type" : "integer",
881
+
"description" : "The size of the associated file in bytes. Note- The Size element is only returned when using /Associations/{ObjectId} endpoint.",
882
+
"example" : 12357
883
+
},
869
884
"FileId" : {
870
885
"type" : "string",
871
886
"description" : "The unique identifier of the file",
0 commit comments