fsresFileData Class |
A file reference.
SystemObject
FabSuiteResponseApifsresFileData
FabSuiteResponseApifsresFileData
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public class fsresFileData
The fsresFileData type exposes the following members.
| Name | Description | |
|---|---|---|
| fsresFileData | Initializes a new instance of the fsresFileData class |
| Name | Description | |
|---|---|---|
| BinaryDataIndex |
The index in the response message that has the contents of the file.
| |
| ContentType |
The type of file (ex: application/pdf).
| |
| FileExtension |
The extension of the file name (ex: .pdf).
| |
| FileName |
The file name.
| |
| FileSize |
The size of the file in bytes.
| |
| ID |
The ID of the drawing. Can be Drawing, Assembly Drawing or Part Drawing ID.
| |
| SecondaryID |
The Revision ID of the drawing. Can be Drawing Revision, Assembly Drawing Revision or Part Drawing Revision ID.
|