fsresFileData Class |
A file reference.
Inheritance Hierarchy
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public class fsresFileData
The fsresFileData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresFileData | Initializes a new instance of the fsresFileData class |
Properties
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.
|
See Also