Parameters:
oDestinationFolder Folder to move to.
sDestinationName Name to assign to copied item.
bDeep Indicates whether children of this item should be copied.
bOverwrite Whether existing destination item shall be overwritten.
mLockTokens (optional) Lock tokens for destination folder.
Throws:
Parameters:
oLockTokens Lock tokens for this item or any locked child item.
Throws:
Array GetAllProperties()
Returns:
List of Property objects.
Throws:
Returns:
Parent hierarchy item of this item. Null for root item.
Throws:
Array GetPropertyNames()
Returns:
List of PropertyName objects.
Throws:
Array GetPropertyValues(Array oNames)
Parameters:
oNames Array of requested properties with values.
Returns:
List of Property objects.
Throws:
Array GetSource()
Returns:
Media type independent links or null.
Throws:
Returns:
Array of upload progress info objects.
Parameters:
sLockScope Scope of the lock.
bDeep Whether to lock entire subtree.
sOwner Owner of the lock.
iTimeout Timeout after which lock expires.
Returns:
Instance of LockInfo with information about created lock.
Throws:
Parameters:
Syntax 1
oDestinationFolder Folder to move to.
sDestinationName Name to assign to moved item.
bOverwrite Whether existing destination item shall be overwritten.
sLockToken (optional) Lock token.
Syntax 2
oDestinationFolder Folder to move to.
sDestinationName Name to assign to moved item.
bOverwrite Whether existing destination item shall be overwritten.
aLockTokens (optional) Lock tokens for resources to be moved, for destination folder or resources to be overwritten that are locked.
Throws:
Refresh()
Throws:
Parameters:
sLockToken Identifies lock to be prolonged.
iTimeout New timeout to set.
Returns:
Instance of LockInfo with information about refreshed lock.
Throws:
Returns:
OptionsInfo object containing information about current server possibilities.
Unlock()
Throws:
Parameters:
oPropertiesToAddOrUpdate Properties to be updated.
oPropertiesToDelete Names of properties to be removed from this item.
sLockToken Lock token.
Throws:
ITHit.WebDAV.Client.Exceptions.PropertyConflictException The client has provided a value whose semantics are not appropriate for the property. This includes trying to set read-only properties.