Click or drag to resize

ContextFileReference Class

Represents a File Data in the WorkflowGen context
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataContextFileReference

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class ContextFileReference

The ContextFileReference type exposes the following members.

Constructors
  NameDescription
Public methodContextFileReference
Builds new ContextFileReference instance
Top
Properties
  NameDescription
Public propertyContentType
ContextFileReference's content type property (MIME type)
Public propertyDateLastModified
ContextFileReference's date last modified property
Public propertyDescription
ContextFileReference's description property
Public propertyName
ContextFileReference's name property
Public propertyOriginalPath
ContextFileReference's original path property (where the file was before being processed in WorkflowGen)
Public propertyPath
ContextFileReference's path property that leads to the file on the file system
Public propertySize
ContextFileReference's size property
Top
See Also