Folder.Create

Creates a personal folder.

Parameters

Folder.accept

Specifies if you are accepting a shared folder, which acceptance makes this parameter required.

Folder.name (Required)

Specifies the name of the folder.

Folder.position (Required)

Specifies where in the folder list the new folder should be inserted:

Folder.Sibling.n

Required. Specifies that the new folder is a sibling to the nth folder. (The new folder appears in the folder list immediately after the nth folder.)

Folder.Child.n

Required. Specifies that the new folder is a child to the nth folder.

Folder.SiblingDrn.n

Required. Specifies that the new folder is a sibling to the folder with this DRN. (The new folder appears in the folder list immediately after the specified folder.) This value can be used as an alternative to the Folder.Sibling value.

Folder.ChildDrn.n

Required. Specifies that the new folder is a child to the folder with this DRN. This value can be used as an alternative to the Folder.Child value.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Returns the same values as Folder.List.

Example

/servlet/webacc?User.context=xyz&action=Folder.Create& Folder.name=New+Folder&Folder.position=Folder.Sibling.5