returns xml fragment.
<response success="true" error="">
if success attribute is "true", the folder properties has been retrived successfully.
if success attribute is "false", the error attribute indicates the encountered error.
<response success="true" error="">
<folder FolderID="10124" Name="Accounting" Path="\Accounting" Description="This library stores accounting related documents. It is restricted to authorized users." CreationDate="2007-06-14 10:54:53" OwnerName="System Administrator">
<User exists="true" Domain="" UserName="sysadmin" FirstName="System" LastName="Administrator" Email="sysadmin@infoRouter.com" LastLogonDate="2007-04-11 11:10:00" LastPasswordChangeDate="2007-07-12 11:55:40" AuthenticationAuthority="INFOROUTER" ReadOnlyUser="FALSE" Enabled="TRUE">
<Preferences>
<Language>en</Language>
<DefaultPortal>
</DefaultPortal>
<ShowArchives>TRUE</ShowArchives>
<ShowHiddens>TRUE</ShowHiddens>
<NotificationType>INSTANT</NotificationType>
<EmailType>HTML</EmailType>
<AttachDocumentToEmail>TRUE</AttachDocumentToEmail>
</Preferences>
</User>
<Rules>
<Rule Name="AllowableFileTypes" Value="*" />
<Rule Name="Checkins" Value="allows" />
<Rule Name="Checkouts" Value="allows" />
<Rule Name="DocumentDeletes" Value="allows" />
<Rule Name="FolderDeletes" Value="allows" />
<Rule Name="NewDocuments" Value="allows" />
<Rule Name="NewFolders" Value="allows" />
<Rule Name="ClassifiedDocuments" Value="disallows" />
<Rule Name="RetentionPeriod" Value="0" />
<Rule Name="AutoPromptPropertsetName" Value="" />
</Rules>
<Propertysets />
<AccessList DateApplied="2007-08-03 14:41:58" AppliedBy="System Administrator" InheritedSecurity="false">
<UserGroup DomainName="" GroupName="Accountants" Right="4" Description="(Add & Read)" />
<UserGroup DomainName="" GroupName="Auditors" Right="2" Description="(Read)" />
<User DomainName="" UserName="diannaf" Right="6" Description="(Full Control)" />
<User DomainName="" UserName="michaely" Right="6" Description="(Full Control)" />
</AccessList>
</folder>
</response>