Click or drag to resize

ProductDesignServicesGetDesignFileContent Method

Retrieves the raw file content for a single generic design file.

Namespace:  FactoryLogix.xTend.PartDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public FileContent GetDesignFileContent(
	Guid sessionId,
	Guid fileItemId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
fileItemId
Type: SystemGuid
The unique identifier for the file, as specified by the Id property of the FileItem object that was returned by the GetDesignFiles method.

Return Value

Type: FileContent
A FileContent object representing the contents of the generic design file.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionAn existing file item with matching Id property was not found in the system.
See Also