SOAP API method WebDocument_setWebSite
Description
Move this bdocument to an other website. This method returns false if the name already exists in the given website.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object WebDocument. The method only applies to the webdocument with this id.
- Parameter 'personalize_profile' : int
- Profile ID for which the object should be personalized
- Parameter 'personalize_subprofile' : int
- Subprofile ID for which the object should be personalized
- Parameter 'personalize_timestamp' : string
- The timestamp for the personalization
- Parameter 'website' : Structure of type 'website'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'value' : boolean
Structure 'website'
This structure website was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the website.
- Property 'name' : string
- The name of the website.
- Property 'created' : timestamp
- The date and time when the website was created.
- Property 'description' : string
- The description of the website.
- Property 'sessionTimeout' : int
- Get the session timeout, in minutes.
- Property 'forceHttps' : boolean
- Get whether this website can use only https
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt