Click or drag to resize
BaseFileActionGetFiles Method (WorkflowScope, ExpressionString)

Namespace: Colygon.MatchPoint.WorkflowKit.Actions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
protected IEnumerable<SPFile> GetFiles(
	WorkflowScope workflowScope,
	ExpressionString expression
)

Parameters

workflowScope
Type: Colygon.MatchPoint.WorkflowKitWorkflowScope
expression
Type: Colygon.MatchPoint.Core.ExpressionsExpressionString

Return Value

Type: IEnumerableSPFile
See Also