Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
bool AllowExtendedMkCol;
[VB.NET]
Property AllowExtendedMkCol As Boolean
[Pascal]
property AllowExtendedMkCol : boolean;
[C++]
bool get_AllowExtendedMkCol();
void set_AllowExtendedMkCol(bool Value);
[PHP]
bool get_AllowExtendedMkCol()
void set_AllowExtendedMkCol(bool $Value)
[Java]
boolean getAllowExtendedMkCol();
void setAllowExtendedMkCol(boolean Value);
Description
Set this property to true to indicate that server supports extended MKCOL (Make Collection) command as defined in RFC 5689.
The extended MKCOL allows collections of arbitrary resourcetype to be created and properties to be set at the same time.
Discuss this help topic in SecureBlackbox Forum