|
Windows SharePoint Services Standard Column
|
Windows SharePoint Services Property Name and Type
|
Type
|
Description
|
Property Type
|
| Name | Filename | xs:string | The file name with the extension of the Windows SharePoint Services file. File names, including extensions, are unique within a document library. | IN/CONFIG/ PROMOTED |
| N/A | Url | xs:string | The URL of the file. | IN/PROMOTED |
| N/A | TransmittedFileLocation | N/A | This property is used by Business Activity Monitoring (BAM) for integration purposes and is not available in orchestrations. | SPECIAL |
| N/A | InArchivedMsgUrl | xs:string | The URL of the file in the archive document library. This property is not available if the receive location is not archiving the message. | IN/PROMOTED |
| Type | InIconUrl | xs:string | The URL of the Windows SharePoint Services icon that is used to represent the document. | IN |
| Title | InTitle | xs:string | The title of the Windows SharePoint Service file. This is different from the file name. Titles don’t have to be unique within a document library. | IN/PROMOTED |
| Modified | InLastModified | xs:dateTime | The last modified date of the Windows SharePoint Service. | IN/PROMOTED |
| Modified By | InLastModifiedBy | xs:string | The name of the last user that modified the file. | IN/PROMOTED |
| ID | InItemId | xs:int | The ID of the file. This is an integer unique within the document library which can be used to access the file. | IN |
| Edit | InEditUrl | xs:string | The URL that can be accessed to edit the properties of the file. | IN |
| Created | InCreated | xs:dateTime | The date when the Windows SharePoint Service file was created. | IN/PROMOTED |
| Created By | InCreatedBy | xs:string | The user that created the file. | IN/PROMOTED |
| File Size | InFileSize | xs:int | The size of the Windows SharePoint Services file. | IN |
| N/A | InListName | xs:string | The name of the document library where this file is located. | IN/PROMOTED |
| N/A | InListUrl | xs:string | The URL of the document library, or document library folder where this file is located. | IN |
| N/A | InPropertiesXml | xs:string | A flat XML document that contains all the standard and user defined Windows SharePoint Services columns. It allows access to any Windows SharePoint Services column value from an orchestration, including the values of the user-defined columns. Note |
|---|
|
It does not have the 16-column limitation. |
Note |
|---|
|
See the sample InPropertiesXml value in the next section of this topic. |
| IN |
| N/A | InOfficeIntegration | xs:string | Based on the value of the receive location. This is either yes, no, or optional. | IN |
| N/A | ConfigOverwrite | xs:string | "Yes" overwrites the already existing files with the same name. "No" raises an error when a file with the same name exists. "Rename" changes the file to a unique name by appending a unique sequence to the file name. Note |
|---|
|
This is similar to the 'Overwrite' field for physical send ports. |
Note |
|---|
|
'Orchestration' is not a valid value for this field. |
| CONFIG |
| N/A | ConfigNamespaceAliases | xs:string | The alias definitions of the XPATHs. | CONFIG |
| N/A | ConfigOfficeIntegration | xs:string | 'Yes' if the OfficeImporters should be called. 'No' to handle the message as-is. 'Optional' results in 'Yes' if IP solution is found, otherwise 'No'. Note |
|---|
|
This is similar to the 'Microsoft Office Integration' field for physical send ports. |
Note |
|---|
|
'Orchestration' is not a valid value for this field. |
| CONFIG |
| N/A | ConfigTemplatesDocLib | xs:string | Fallback document library name. This is the second place that is searched. Note |
|---|
|
This is similar to the Templates Fallback Document Library field for physical send ports. |
| CONFIG |
| N/A | ConfigTemplatesNamespaceCol | xs:string | Namespace column name for fallback document library. Note |
|---|
|
This is similar to the 'Templates Fallback Namespace Column' field for physical send ports. |
| CONFIG |
| N/A | ConfigCustomTemplatesDocLib | xs:string | Primary document library name. This is the first place searched. Note |
|---|
|
This is similar to the Templates Document Library field for physical send ports. |
| CONFIG |
| N/A | ConfigCustomTemplatesNamespaceCol | xs:string | Namespace column name for primary document library. Note |
|---|
|
This is similar to the Templates Namespace Column field for physical send ports. |
| CONFIG |
| N/A | ConfigPropertiesXml | xs:string | A flat XML document that contains all the Windows SharePoint Services column names and values that follow to be updated in Windows SharePoint Services. It allows an orchestration developer to set the SharePoint column values for the subsequent message to be created in SharePoint. Note |
|---|
|
This is similar to the functionality available through the Column n and Column n Value fields for physical send ports. |
Note |
|---|
|
It has a 16 column limitation. |
Note |
|---|
|
See the sample ConfigPropertiesXml value later in this topic. |
| CONFIG |
| N/A | ConfigTimeout | xs:int | Time-out in milliseconds for Web service calls. | CONFIG |
| N/A | ConfigAdapterWSPort | xs:int | The port or IIS Web site where the adapter has been installed and configured. Note |
|---|
|
An invalid port configuration value in an orchestration will suspend the message even if the physical send port value overrides the orchestration defined value. |
| CONFIG |