Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
711:cms_sharepoint_online [2024/08/29 14:19] – created - external edit 127.0.0.1711:cms_sharepoint_online [2025/05/28 11:28] (current) Policnik, Florian
Line 56: Line 56:
 > state.attribute.name > state.attribute.name
  
-  * Description: This property specifies a column name, which will be used by stages to store the file status.+  * Description: This property specifies a column name, which will be used by Stages to store the file status. 
 +  * You can choose any column. 
 +  * There is an integrated standard column with name "Status". Typically you have to add it via library settings. The identifier for this column is "''_Status''": 
 + 
 +<code xml> 
 +<cms-property name="state.attribute.name" value="_Status" /> 
 +</code>
  
 > document.content.type.name > document.content.type.name
Line 88: Line 94:
   * Default Value: false   * Default Value: false
   * Description: When set to true, Stages uses application permission Sites.Selected for system user and Sites.Selected delegated permission for Stages user. Please refer chapter "Application and delegated permission Sites.Selected" for detailed explanation.   * Description: When set to true, Stages uses application permission Sites.Selected for system user and Sites.Selected delegated permission for Stages user. Please refer chapter "Application and delegated permission Sites.Selected" for detailed explanation.
 +
 +
 +==== Proxy configuration (since Stages 7.10.10.0) ====
 +
 +Stages can communicate with SharePoint Online through a proxy. Fill in the ''proxy.scheme'', ''proxy.hostname'' and ''proxy.port'' host properties to use a proxy. Otherwise no proxy is used.
 +
 +> proxy.scheme
 +
 +  * Default value empty (no proxy)
 +  * Possible values: http, https
 +  * Description: The type of proxy to use.
 +
 +> proxy.hostname
 +
 +  * Default value empty (no proxy)
 +  * Example values: proxy.example.com or 10.1.2.3
 +  * Description: Which proxy host to use.
 +
 +> proxy.port
 +
 +  * Default value empty (no proxy)
 +  * Example values: 3128
 +  * Description: Which proxy port to use.
 +
 +> proxy.username
 +
 +  * Default value is empty (proxy doesn't require authentication).
 +  * Example values: username
 +  * Description: The username to use for authentication on the proxy.
 +
 +> proxy.password
 +
 +  * Default value is empty (proxy doesn't require authentication)
 +  * Example values: secretPassword
 +  * Description: The password to use for authentication on the proxy.
 +
  
 ===== Azure Portal ===== ===== Azure Portal =====