Click or drag to resize

ProcessServicesGetActivityFileContent Method

Retrieves the raw file content for a single activity file.

Namespace:  FactoryLogix.xTend.ProcessDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public FileContent GetActivityFileContent(
	Guid sessionId,
	Guid activityFileId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
activityFileId
Type: SystemGuid
The unique identifier for the document, as specified by the Id property of a ActivityFile object return by the GetActivityFiles 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