FME Server .NET API

IFMEWorkspace Members

Public Instance Properties

BuildNumber The build number of the workspace.
Category The category of the workspace.
Description The description of the workspace.
DestinationDatasets The workspace's destination datasets.
DestinationFeatureTypes All the feature types belonging to the destination datasets of this workspace. This information is also available by calling DestinationDatasets and then calling FeatureTypes on each destination dataset.
FileSize The file size of the workspace.
History The history of the workspace.
IsEnabled A boolean representing whether or not the workspace is currently enabled.
LastSaveBuild The last save build of the workspace.
LastSaveDate The last save date of the workspace.
LegalTermsConditions The legal terms and conditions of the workspace.
Name The name of the workspace.
Parameters All the published parameters of the workspace.
PropertyAccessor A property accessor to manage workspace properties.
Requirements The requirements of the workspace.
RequirementsKeyword The requirements keyword of the workspace.
Resources All the resources of the workspace.
SourceDatasets The workspace's source datasets.
SourceFeatureTypes All the feature types belonging to the source datasets of this workspace. This information is also available by calling SourceDatasets and then calling FeatureTypes on each source dataset.
Title The title of the workspace.
Usage The usage of the workspace.

Public Instance Methods

UpdatePropertyAccessor Updates the property accessor.

See Also

IFMEWorkspace Interface | Safe.FMEServer.API Namespace