Publish File Info
Defines the parameters to publish one or more files in a document library.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.PublishFileInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.PublishFileInfo |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| FileUrls |
List`1. Specifies a list of file URLs to publish.
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
|
| PublishComments |
String. Specifies the comments to apply to the published file(s).
|
Published by a SAF action.
|
false
|
false
|
| Approve |
Nullable`1. Specifies whether to approve the file(s).
|
true
|
false
|
false
|