Discuss this help topic in SecureBlackbox Forum
Removes all extended attribute from the list.
Declaration
[C#]
void ClearExtendedAttributes();
[VB.NET]
Sub ClearExtendedAttributes()
[Pascal]
procedure ClearExtendedAttributes;
[C++]
void ClearExtendedAttributes();
[PHP]
void ClearExtendedAttributes()
[Java]
void clearExtendedAttributes();
Description
Use this method to delete all extended attributes from the list.
Discuss this help topic in SecureBlackbox Forum