API Reference

This is the reference documentation of Tekla PowerFab Open API. The API contains request and response namespaces.

fsresFileData Class

A file reference.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresFileData

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
  NameDescription
Public methodfsresFileData
Initializes a new instance of the fsresFileData class
Top
Properties
  NameDescription
Public propertyBinaryDataIndex
The index in the response message that has the contents of the file.
Public propertyContentType
The type of file (ex: application/pdf).
Public propertyFileExtension
The extension of the file name (ex: .pdf).
Public propertyFileName
The file name.
Public propertyID
The ID of the drawing. Can be Drawing, Assembly Drawing or Part Drawing ID.
Public propertySecondaryID
The Revision ID of the drawing. Can be Drawing Revision, Assembly Drawing Revision or Part Drawing Revision ID.
Top
See Also