FileSaveBinaryInformation members
Contains information necessary for saving a file.
The FileSaveBinaryInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileSaveBinaryInformation | Initializes a new instance of the FileSaveBinaryInformation object. |
Top
Properties
Name | Description | |
---|---|---|
CheckRequiredFields | Gets or sets a value that specifies whether required fields in the list will be validated when the file is saved. | |
Content | Gets or sets value that specifies the content of the file. | |
ContentStream | ||
ETag | Specifies the ETag value. | |
FieldValues | ||
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top