Check In File Info
Defines the parameters to check in one or more files into a document library.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.CheckInFileInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.CheckInFileInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| FileUrls |
List`1. Specifies a list of file URLs to check in.
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.
|
${CurrentWeb.Url}/Pages/default.aspx
|
false
|
false
|
| CheckInComments |
String. Specifies the comments to apply to the checked-in file(s).
|
Checked in by a SAF action.
|
false
|
false
|
| CheckInType |
SPCheckinType. Specifies the type of check in.
Note : Possible values are 'MajorCheckIn' | 'MinorCheckIn' | 'OverwriteCheckIn'
|
MajorCheckIn
|
false
|
true
|