FileCreationInformation members
Represents a file to be added via Add(FileCreationInformation).
The FileCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileCreationInformation | Initializes a new instance of the FileCreationInformation object. |
Top
Properties
Name | Description | |
---|---|---|
Content | Gets or sets a value that specifies the content of the file to be added. | |
ContentStream | ||
Overwrite | Gets or sets a value that specifies whether to overwrite an existing file of the same name in the same location as the one being added. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
Url | Gets or sets a value that specifies the URL of the file to be added. |
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