List File Info

Defines the parameters to locate file URL's and name's in a SharePoint library, based on a regualar expressions pattern.

Reference Information
Release Status : Beta
Alias Name : Entity.ListFileInfo
Full Reference Name : Collaboris.Saf.Actions.Wss.Entities.ListFileInfo
Assembly Name : Collaboris.Saf.Actions.Wss

Properties
Name Description Example Value Output Required
FileNames List`1. Specifies a list of file name's.

Note :
This property can be set by another action that outputs a list of file names. Please refer to the GetFiles Action for an example of how this works.

If using this entity in the 'Get Files' action this property will return a list of file urls. Hence, you can access this in subsequent actions by supplying an output property. e.g. Value="#{FileUrls}" as the property value.
${CurrentWeb.Url}/Pages/default.aspx false false
FileUrls List`1. Specifies a list of file URL's.

Note :
This property can be set by another action that outputs a list of file URLs. Please refer to the GetFiles Action for an example of how this works.

If using this entity in the 'Get Files' action this property will return a list of file urls. Hence, you can access this in subsequent actions by supplying an output property. e.g. Value="#{FileUrls}" as the property value.
${CurrentWeb.Url}/Pages/default.aspx false false
ListUrl String. Specifies the URL to locate the list. ${CurrentWeb.Url}/Pages false false
DiskFilePath String. Specifies the local file path on the disk to locate the file(s).

Note :
This property is currently only used to update files from a local disk path.
c:\temp\ false false
FilterPattern String. Specifies a regular expression with which to find files in the directory.

Note :
This pattern eventually gets used with a 'RegEx.IsMatch(FilterPattern, filename, RegexOpiotns.IgnoreCase)'
[a-z] false false