FileCreationInformation Members
Include Protected Members
Include Inherited Members
Represents a file to be added via FileCollection.Add.
The FileCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FileCreationInformation |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Content | Gets or sets a value that specifies the content of the file to be added. |
![]() |
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