SOAP API method View_copyDirectoryStructure
Description
You have to supply some options: includefiles: Copy also all files in the directories overwritefiles: Overwrite the files if the file already exists overwritedirs: Overwrite the directories if the already exists
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object View. The method only applies to the view with this id.
- Parameter 'profile' : Structure of type 'profile'
- Parameter 'options' : Collection of type 'options'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Structure 'profile'
This structure profile was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the profile.
- Property 'code' : string
- The code of the profile.
- Property 'extra' : string
- The extra data of the profile.
- Property 'created' : timestamp
- The timestamp when the profile was created.
- Property 'modified' : timestamp
- The timestamp when the profile was last modified.
- Property 'lastexport' : timestamp
- The last timestamp when the profile was exported.
- Property 'fields' : Map
- Map of all fields of the profile, this property is only returned when the parameter 'allproperties' is set to true
- Property 'interests' : Map
- Map of all interests of the profile, this property is only returned when the parameter 'allproperties' is set to true
Structure 'options'
This structure options was mentioned above. This structure has the following properties:
- Property '' : string
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