SOAP API method WebDocument_setStyle
Description
Set the style of this htmldocument. Give false when the template's stylesheet should be used.
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 'style' : Structure of type 'style'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Structure 'style'
This structure style was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the style.
- Property 'name' : string
- The name of the style.
- Property 'description' : string
- The description of the style.
- Property 'modified' : string
- The last modification time of the style.
- Property 'archived' : boolean
- The style is archived.
- Property 'mainstyle' : string
- The main style properties.
- Property 'surveystyle' : string
- The survey style properties.
- Property 'rssstyle' : string
- The rss style properties.
- Property 'atomstyle' : string
- The Atom style properties.
- Property 'webformstyle' : string
- The Webform style properties.
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