Folder


Click here for a complete list of operations.

GetFolderByParam

Retrieves the folder's details

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
FolderID:
getTaxonomy:
getFlags:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Workarea/Webservices/WebServiceAPI/Folder.asmx HTTP/1.1
Host: www.crenshawchristiancenter.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetFolderByParam"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthenticationHeader xmlns="http://tempuri.org/">
      <Username>string</Username>
      <Password>string</Password>
      <Domain>string</Domain>
    </AuthenticationHeader>
    <RequestInfoParameters xmlns="http://tempuri.org/">
      <ContentLanguage>int</ContentLanguage>
    </RequestInfoParameters>
  </soap:Header>
  <soap:Body>
    <GetFolderByParam xmlns="http://tempuri.org/">
      <FolderID>int</FolderID>
      <getTaxonomy>boolean</getTaxonomy>
      <getFlags>boolean</getFlags>
    </GetFolderByParam>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetFolderByParamResponse xmlns="http://tempuri.org/">
      <GetFolderByParamResult>
        <Id>int</Id>
        <TemplateId>int</TemplateId>
        <ParentId>int</ParentId>
        <NameWithPath>string</NameWithPath>
        <Name>string</Name>
        <Description>string</Description>
        <Inherited>boolean</Inherited>
        <InheritedFrom>int</InheritedFrom>
        <PrivateContent>boolean</PrivateContent>
        <XmlInherited>boolean</XmlInherited>
        <XmlInheritedFrom>int</XmlInheritedFrom>
        <XmlConfiguration>
          <XmlConfigData>
            <Id>int</Id>
            <Title>string</Title>
            <Description>string</Description>
            <EditXslt>string</EditXslt>
            <SaveXslt>string</SaveXslt>
            <Xslt1>string</Xslt1>
            <Xslt2>string</Xslt2>
            <Xslt3>string</Xslt3>
            <Xslt4>string</Xslt4>
            <Xslt5>string</Xslt5>
            <XmlSchema>string</XmlSchema>
            <XmlNameSpace>string</XmlNameSpace>
            <XmlAdvConfig>string</XmlAdvConfig>
            <DateCreated>string</DateCreated>
            <DisplayDateCreated>string</DisplayDateCreated>
            <LastEditDate>dateTime</LastEditDate>
            <DisplayLastEditDate>string</DisplayLastEditDate>
            <UserId>int</UserId>
            <EditorFirstName>string</EditorFirstName>
            <EditorLastName>string</EditorLastName>
            <PhysicalPath>string</PhysicalPath>
            <LogicalPath>string</LogicalPath>
            <DefaultXslt>string</DefaultXslt>
            <PackageXslt>string</PackageXslt>
            <PackageDisplayXslt>string</PackageDisplayXslt>
            <DesignStyleSheet>string</DesignStyleSheet>
            <IsDefault>boolean</IsDefault>
            <FieldList>string</FieldList>
          </XmlConfigData>
          <XmlConfigData>
            <Id>int</Id>
            <Title>string</Title>
            <Description>string</Description>
            <EditXslt>string</EditXslt>
            <SaveXslt>string</SaveXslt>
            <Xslt1>string</Xslt1>
            <Xslt2>string</Xslt2>
            <Xslt3>string</Xslt3>
            <Xslt4>string</Xslt4>
            <Xslt5>string</Xslt5>
            <XmlSchema>string</XmlSchema>
            <XmlNameSpace>string</XmlNameSpace>
            <XmlAdvConfig>string</XmlAdvConfig>
            <DateCreated>string</DateCreated>
            <DisplayDateCreated>string</DisplayDateCreated>
            <LastEditDate>dateTime</LastEditDate>
            <DisplayLastEditDate>string</DisplayLastEditDate>
            <UserId>int</UserId>
            <EditorFirstName>string</EditorFirstName>
            <EditorLastName>string</EditorLastName>
            <PhysicalPath>string</PhysicalPath>
            <LogicalPath>string</LogicalPath>
            <DefaultXslt>string</DefaultXslt>
            <PackageXslt>string</PackageXslt>
            <PackageDisplayXslt>string</PackageDisplayXslt>
            <DesignStyleSheet>string</DesignStyleSheet>
            <IsDefault>boolean</IsDefault>
            <FieldList>string</FieldList>
          </XmlConfigData>
        </XmlConfiguration>
        <StyleSheet>string</StyleSheet>
        <TemplateFileName>string</TemplateFileName>
        <StyleSheetInherited>boolean</StyleSheetInherited>
        <TemplateInherited>boolean</TemplateInherited>
        <ApprovalMethod>int</ApprovalMethod>
        <ChildFolders>
          <FolderData>
            <Id>int</Id>
            <TemplateId>int</TemplateId>
            <ParentId>int</ParentId>
            <NameWithPath>string</NameWithPath>
            <Name>string</Name>
            <Description>string</Description>
            <Inherited>boolean</Inherited>
            <InheritedFrom>int</InheritedFrom>
            <PrivateContent>boolean</PrivateContent>
            <XmlInherited>boolean</XmlInherited>
            <XmlInheritedFrom>int</XmlInheritedFrom>
            <XmlConfiguration xsi:nil="true" />
            <StyleSheet>string</StyleSheet>
            <TemplateFileName>string</TemplateFileName>
            <StyleSheetInherited>boolean</StyleSheetInherited>
            <TemplateInherited>boolean</TemplateInherited>
            <ApprovalMethod>int</ApprovalMethod>
            <ChildFolders xsi:nil="true" />
            <MetaInheritedFrom>int</MetaInheritedFrom>
            <MetaInherited>int</MetaInherited>
            <HasChildren>boolean</HasChildren>
            <PublishPdfEnabled>boolean</PublishPdfEnabled>
            <PublishPdfActive>boolean</PublishPdfActive>
            <PublishHtmlActive>boolean</PublishHtmlActive>
            <Permissions xsi:nil="true" />
            <UpdatedContent>int</UpdatedContent>
            <TotalContent>int</TotalContent>
            <IsDomainFolder>boolean</IsDomainFolder>
            <DomainStaging>string</DomainStaging>
            <DomainProduction>string</DomainProduction>
            <FolderType>int</FolderType>
            <SitemapInherited>int</SitemapInherited>
            <SitemapInheritedFrom>int</SitemapInheritedFrom>
            <SitemapPath xsi:nil="true" />
            <ReplicationMethod>int</ReplicationMethod>
            <IsCommunityFolder>boolean</IsCommunityFolder>
            <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
            <TaxonomyInherited>boolean</TaxonomyInherited>
            <FlagInheritedFrom>int</FlagInheritedFrom>
            <FlagInherited>boolean</FlagInherited>
            <CategoryRequired>boolean</CategoryRequired>
            <FolderTaxonomy xsi:nil="true" />
            <FolderFlags xsi:nil="true" />
          </FolderData>
          <FolderData>
            <Id>int</Id>
            <TemplateId>int</TemplateId>
            <ParentId>int</ParentId>
            <NameWithPath>string</NameWithPath>
            <Name>string</Name>
            <Description>string</Description>
            <Inherited>boolean</Inherited>
            <InheritedFrom>int</InheritedFrom>
            <PrivateContent>boolean</PrivateContent>
            <XmlInherited>boolean</XmlInherited>
            <XmlInheritedFrom>int</XmlInheritedFrom>
            <XmlConfiguration xsi:nil="true" />
            <StyleSheet>string</StyleSheet>
            <TemplateFileName>string</TemplateFileName>
            <StyleSheetInherited>boolean</StyleSheetInherited>
            <TemplateInherited>boolean</TemplateInherited>
            <ApprovalMethod>int</ApprovalMethod>
            <ChildFolders xsi:nil="true" />
            <MetaInheritedFrom>int</MetaInheritedFrom>
            <MetaInherited>int</MetaInherited>
            <HasChildren>boolean</HasChildren>
            <PublishPdfEnabled>boolean</PublishPdfEnabled>
            <PublishPdfActive>boolean</PublishPdfActive>
            <PublishHtmlActive>boolean</PublishHtmlActive>
            <Permissions xsi:nil="true" />
            <UpdatedContent>int</UpdatedContent>
            <TotalContent>int</TotalContent>
            <IsDomainFolder>boolean</IsDomainFolder>
            <DomainStaging>string</DomainStaging>
            <DomainProduction>string</DomainProduction>
            <FolderType>int</FolderType>
            <SitemapInherited>int</SitemapInherited>
            <SitemapInheritedFrom>int</SitemapInheritedFrom>
            <SitemapPath xsi:nil="true" />
            <ReplicationMethod>int</ReplicationMethod>
            <IsCommunityFolder>boolean</IsCommunityFolder>
            <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
            <TaxonomyInherited>boolean</TaxonomyInherited>
            <FlagInheritedFrom>int</FlagInheritedFrom>
            <FlagInherited>boolean</FlagInherited>
            <CategoryRequired>boolean</CategoryRequired>
            <FolderTaxonomy xsi:nil="true" />
            <FolderFlags xsi:nil="true" />
          </FolderData>
        </ChildFolders>
        <MetaInheritedFrom>int</MetaInheritedFrom>
        <MetaInherited>int</MetaInherited>
        <HasChildren>boolean</HasChildren>
        <PublishPdfEnabled>boolean</PublishPdfEnabled>
        <PublishPdfActive>boolean</PublishPdfActive>
        <PublishHtmlActive>boolean</PublishHtmlActive>
        <Permissions>
          <CanApprove>boolean</CanApprove>
          <CanAdd>boolean</CanAdd>
          <CanEdit>boolean</CanEdit>
          <CanDelete>boolean</CanDelete>
          <CanRestore>boolean</CanRestore>
          <CanAddToImageLib>boolean</CanAddToImageLib>
          <CanAddToFileLib>boolean</CanAddToFileLib>
          <CanOverwriteLib>boolean</CanOverwriteLib>
          <CanAddToHyperlinkLib>boolean</CanAddToHyperlinkLib>
          <CanAddToQuicklinkLib>boolean</CanAddToQuicklinkLib>
          <CanAddFolders>boolean</CanAddFolders>
          <CanEditFolders>boolean</CanEditFolders>
          <CanDeleteFolders>boolean</CanDeleteFolders>
          <CanTraverseFolders>boolean</CanTraverseFolders>
          <CanCreateTask>boolean</CanCreateTask>
          <CanRedirectTask>boolean</CanRedirectTask>
          <CanDestructTask>boolean</CanDestructTask>
          <IsReadOnly>boolean</IsReadOnly>
          <IsCollections>boolean</IsCollections>
          <IsAdmin>boolean</IsAdmin>
          <IsLoggedIn>boolean</IsLoggedIn>
          <IsInMemberShip>boolean</IsInMemberShip>
          <IsReadOnlyLib>boolean</IsReadOnlyLib>
          <LegacyData />
          <CanHistory>boolean</CanHistory>
          <CanPublish>boolean</CanPublish>
          <CanAddTask>boolean</CanAddTask>
          <CanBreakPending>boolean</CanBreakPending>
          <CanView>boolean</CanView>
          <CanEditSummary>boolean</CanEditSummary>
          <CanSeeProperty>boolean</CanSeeProperty>
          <CanPreview>boolean</CanPreview>
          <CanDecline>boolean</CanDecline>
          <CanEditSumit>boolean</CanEditSumit>
          <CanEditCollections>boolean</CanEditCollections>
          <CanDeleteTask>boolean</CanDeleteTask>
          <CanMetadataComplete>boolean</CanMetadataComplete>
          <CanEditProperties>boolean</CanEditProperties>
          <CanEditApprovals>boolean</CanEditApprovals>
          <CanEditQLinks>boolean</CanEditQLinks>
        </Permissions>
        <UpdatedContent>int</UpdatedContent>
        <TotalContent>int</TotalContent>
        <IsDomainFolder>boolean</IsDomainFolder>
        <DomainStaging>string</DomainStaging>
        <DomainProduction>string</DomainProduction>
        <FolderType>int</FolderType>
        <SitemapInherited>int</SitemapInherited>
        <SitemapInheritedFrom>int</SitemapInheritedFrom>
        <SitemapPath>
          <SitemapPath>
            <Title>string</Title>
            <Url>string</Url>
            <Description>string</Description>
            <Order>int</Order>
            <FolderId>int</FolderId>
            <Language>int</Language>
          </SitemapPath>
          <SitemapPath>
            <Title>string</Title>
            <Url>string</Url>
            <Description>string</Description>
            <Order>int</Order>
            <FolderId>int</FolderId>
            <Language>int</Language>
          </SitemapPath>
        </SitemapPath>
        <ReplicationMethod>int</ReplicationMethod>
        <IsCommunityFolder>boolean</IsCommunityFolder>
        <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
        <TaxonomyInherited>boolean</TaxonomyInherited>
        <FlagInheritedFrom>int</FlagInheritedFrom>
        <FlagInherited>boolean</FlagInherited>
        <CategoryRequired>boolean</CategoryRequired>
        <FolderTaxonomy>
          <TaxonomyBaseData>
            <TaxonomyId>int</TaxonomyId>
            <TaxonomyName>string</TaxonomyName>
            <TaxonomyType>Content or User or Group</TaxonomyType>
            <TaxonomyLanguage>int</TaxonomyLanguage>
            <TaxonomyLanguageName>string</TaxonomyLanguageName>
            <TaxonomyDescription>string</TaxonomyDescription>
            <TaxonomyParentId>int</TaxonomyParentId>
            <TaxonomyLevel>int</TaxonomyLevel>
            <TaxonomyPath>string</TaxonomyPath>
            <TaxonomyCreatedDate>dateTime</TaxonomyCreatedDate>
            <TaxonomyItemCount>int</TaxonomyItemCount>
            <TaxonomyHasChildren>boolean</TaxonomyHasChildren>
            <TemplateId>int</TemplateId>
            <TemplateName>string</TemplateName>
            <TemplateInherited>boolean</TemplateInherited>
            <TemplateInheritedFrom>int</TemplateInheritedFrom>
          </TaxonomyBaseData>
          <TaxonomyBaseData>
            <TaxonomyId>int</TaxonomyId>
            <TaxonomyName>string</TaxonomyName>
            <TaxonomyType>Content or User or Group</TaxonomyType>
            <TaxonomyLanguage>int</TaxonomyLanguage>
            <TaxonomyLanguageName>string</TaxonomyLanguageName>
            <TaxonomyDescription>string</TaxonomyDescription>
            <TaxonomyParentId>int</TaxonomyParentId>
            <TaxonomyLevel>int</TaxonomyLevel>
            <TaxonomyPath>string</TaxonomyPath>
            <TaxonomyCreatedDate>dateTime</TaxonomyCreatedDate>
            <TaxonomyItemCount>int</TaxonomyItemCount>
            <TaxonomyHasChildren>boolean</TaxonomyHasChildren>
            <TemplateId>int</TemplateId>
            <TemplateName>string</TemplateName>
            <TemplateInherited>boolean</TemplateInherited>
            <TemplateInheritedFrom>int</TemplateInheritedFrom>
          </TaxonomyBaseData>
        </FolderTaxonomy>
        <FolderFlags>
          <FlagDefData>
            <m_strName>string</m_strName>
            <m_strDescription>string</m_strDescription>
            <m_bHidden>boolean</m_bHidden>
            <ID>int</ID>
            <Language>int</Language>
            <Name>string</Name>
            <Description>string</Description>
            <Hidden>boolean</Hidden>
            <Items xsi:nil="true" />
          </FlagDefData>
          <FlagDefData>
            <m_strName>string</m_strName>
            <m_strDescription>string</m_strDescription>
            <m_bHidden>boolean</m_bHidden>
            <ID>int</ID>
            <Language>int</Language>
            <Name>string</Name>
            <Description>string</Description>
            <Hidden>boolean</Hidden>
            <Items xsi:nil="true" />
          </FlagDefData>
        </FolderFlags>
      </GetFolderByParamResult>
    </GetFolderByParamResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Workarea/Webservices/WebServiceAPI/Folder.asmx HTTP/1.1
Host: www.crenshawchristiancenter.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthenticationHeader xmlns="http://tempuri.org/">
      <Username>string</Username>
      <Password>string</Password>
      <Domain>string</Domain>
    </AuthenticationHeader>
    <RequestInfoParameters xmlns="http://tempuri.org/">
      <ContentLanguage>int</ContentLanguage>
    </RequestInfoParameters>
  </soap12:Header>
  <soap12:Body>
    <GetFolderByParam xmlns="http://tempuri.org/">
      <FolderID>int</FolderID>
      <getTaxonomy>boolean</getTaxonomy>
      <getFlags>boolean</getFlags>
    </GetFolderByParam>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetFolderByParamResponse xmlns="http://tempuri.org/">
      <GetFolderByParamResult>
        <Id>int</Id>
        <TemplateId>int</TemplateId>
        <ParentId>int</ParentId>
        <NameWithPath>string</NameWithPath>
        <Name>string</Name>
        <Description>string</Description>
        <Inherited>boolean</Inherited>
        <InheritedFrom>int</InheritedFrom>
        <PrivateContent>boolean</PrivateContent>
        <XmlInherited>boolean</XmlInherited>
        <XmlInheritedFrom>int</XmlInheritedFrom>
        <XmlConfiguration>
          <XmlConfigData>
            <Id>int</Id>
            <Title>string</Title>
            <Description>string</Description>
            <EditXslt>string</EditXslt>
            <SaveXslt>string</SaveXslt>
            <Xslt1>string</Xslt1>
            <Xslt2>string</Xslt2>
            <Xslt3>string</Xslt3>
            <Xslt4>string</Xslt4>
            <Xslt5>string</Xslt5>
            <XmlSchema>string</XmlSchema>
            <XmlNameSpace>string</XmlNameSpace>
            <XmlAdvConfig>string</XmlAdvConfig>
            <DateCreated>string</DateCreated>
            <DisplayDateCreated>string</DisplayDateCreated>
            <LastEditDate>dateTime</LastEditDate>
            <DisplayLastEditDate>string</DisplayLastEditDate>
            <UserId>int</UserId>
            <EditorFirstName>string</EditorFirstName>
            <EditorLastName>string</EditorLastName>
            <PhysicalPath>string</PhysicalPath>
            <LogicalPath>string</LogicalPath>
            <DefaultXslt>string</DefaultXslt>
            <PackageXslt>string</PackageXslt>
            <PackageDisplayXslt>string</PackageDisplayXslt>
            <DesignStyleSheet>string</DesignStyleSheet>
            <IsDefault>boolean</IsDefault>
            <FieldList>string</FieldList>
          </XmlConfigData>
          <XmlConfigData>
            <Id>int</Id>
            <Title>string</Title>
            <Description>string</Description>
            <EditXslt>string</EditXslt>
            <SaveXslt>string</SaveXslt>
            <Xslt1>string</Xslt1>
            <Xslt2>string</Xslt2>
            <Xslt3>string</Xslt3>
            <Xslt4>string</Xslt4>
            <Xslt5>string</Xslt5>
            <XmlSchema>string</XmlSchema>
            <XmlNameSpace>string</XmlNameSpace>
            <XmlAdvConfig>string</XmlAdvConfig>
            <DateCreated>string</DateCreated>
            <DisplayDateCreated>string</DisplayDateCreated>
            <LastEditDate>dateTime</LastEditDate>
            <DisplayLastEditDate>string</DisplayLastEditDate>
            <UserId>int</UserId>
            <EditorFirstName>string</EditorFirstName>
            <EditorLastName>string</EditorLastName>
            <PhysicalPath>string</PhysicalPath>
            <LogicalPath>string</LogicalPath>
            <DefaultXslt>string</DefaultXslt>
            <PackageXslt>string</PackageXslt>
            <PackageDisplayXslt>string</PackageDisplayXslt>
            <DesignStyleSheet>string</DesignStyleSheet>
            <IsDefault>boolean</IsDefault>
            <FieldList>string</FieldList>
          </XmlConfigData>
        </XmlConfiguration>
        <StyleSheet>string</StyleSheet>
        <TemplateFileName>string</TemplateFileName>
        <StyleSheetInherited>boolean</StyleSheetInherited>
        <TemplateInherited>boolean</TemplateInherited>
        <ApprovalMethod>int</ApprovalMethod>
        <ChildFolders>
          <FolderData>
            <Id>int</Id>
            <TemplateId>int</TemplateId>
            <ParentId>int</ParentId>
            <NameWithPath>string</NameWithPath>
            <Name>string</Name>
            <Description>string</Description>
            <Inherited>boolean</Inherited>
            <InheritedFrom>int</InheritedFrom>
            <PrivateContent>boolean</PrivateContent>
            <XmlInherited>boolean</XmlInherited>
            <XmlInheritedFrom>int</XmlInheritedFrom>
            <XmlConfiguration xsi:nil="true" />
            <StyleSheet>string</StyleSheet>
            <TemplateFileName>string</TemplateFileName>
            <StyleSheetInherited>boolean</StyleSheetInherited>
            <TemplateInherited>boolean</TemplateInherited>
            <ApprovalMethod>int</ApprovalMethod>
            <ChildFolders xsi:nil="true" />
            <MetaInheritedFrom>int</MetaInheritedFrom>
            <MetaInherited>int</MetaInherited>
            <HasChildren>boolean</HasChildren>
            <PublishPdfEnabled>boolean</PublishPdfEnabled>
            <PublishPdfActive>boolean</PublishPdfActive>
            <PublishHtmlActive>boolean</PublishHtmlActive>
            <Permissions xsi:nil="true" />
            <UpdatedContent>int</UpdatedContent>
            <TotalContent>int</TotalContent>
            <IsDomainFolder>boolean</IsDomainFolder>
            <DomainStaging>string</DomainStaging>
            <DomainProduction>string</DomainProduction>
            <FolderType>int</FolderType>
            <SitemapInherited>int</SitemapInherited>
            <SitemapInheritedFrom>int</SitemapInheritedFrom>
            <SitemapPath xsi:nil="true" />
            <ReplicationMethod>int</ReplicationMethod>
            <IsCommunityFolder>boolean</IsCommunityFolder>
            <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
            <TaxonomyInherited>boolean</TaxonomyInherited>
            <FlagInheritedFrom>int</FlagInheritedFrom>
            <FlagInherited>boolean</FlagInherited>
            <CategoryRequired>boolean</CategoryRequired>
            <FolderTaxonomy xsi:nil="true" />
            <FolderFlags xsi:nil="true" />
          </FolderData>
          <FolderData>
            <Id>int</Id>
            <TemplateId>int</TemplateId>
            <ParentId>int</ParentId>
            <NameWithPath>string</NameWithPath>
            <Name>string</Name>
            <Description>string</Description>
            <Inherited>boolean</Inherited>
            <InheritedFrom>int</InheritedFrom>
            <PrivateContent>boolean</PrivateContent>
            <XmlInherited>boolean</XmlInherited>
            <XmlInheritedFrom>int</XmlInheritedFrom>
            <XmlConfiguration xsi:nil="true" />
            <StyleSheet>string</StyleSheet>
            <TemplateFileName>string</TemplateFileName>
            <StyleSheetInherited>boolean</StyleSheetInherited>
            <TemplateInherited>boolean</TemplateInherited>
            <ApprovalMethod>int</ApprovalMethod>
            <ChildFolders xsi:nil="true" />
            <MetaInheritedFrom>int</MetaInheritedFrom>
            <MetaInherited>int</MetaInherited>
            <HasChildren>boolean</HasChildren>
            <PublishPdfEnabled>boolean</PublishPdfEnabled>
            <PublishPdfActive>boolean</PublishPdfActive>
            <PublishHtmlActive>boolean</PublishHtmlActive>
            <Permissions xsi:nil="true" />
            <UpdatedContent>int</UpdatedContent>
            <TotalContent>int</TotalContent>
            <IsDomainFolder>boolean</IsDomainFolder>
            <DomainStaging>string</DomainStaging>
            <DomainProduction>string</DomainProduction>
            <FolderType>int</FolderType>
            <SitemapInherited>int</SitemapInherited>
            <SitemapInheritedFrom>int</SitemapInheritedFrom>
            <SitemapPath xsi:nil="true" />
            <ReplicationMethod>int</ReplicationMethod>
            <IsCommunityFolder>boolean</IsCommunityFolder>
            <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
            <TaxonomyInherited>boolean</TaxonomyInherited>
            <FlagInheritedFrom>int</FlagInheritedFrom>
            <FlagInherited>boolean</FlagInherited>
            <CategoryRequired>boolean</CategoryRequired>
            <FolderTaxonomy xsi:nil="true" />
            <FolderFlags xsi:nil="true" />
          </FolderData>
        </ChildFolders>
        <MetaInheritedFrom>int</MetaInheritedFrom>
        <MetaInherited>int</MetaInherited>
        <HasChildren>boolean</HasChildren>
        <PublishPdfEnabled>boolean</PublishPdfEnabled>
        <PublishPdfActive>boolean</PublishPdfActive>
        <PublishHtmlActive>boolean</PublishHtmlActive>
        <Permissions>
          <CanApprove>boolean</CanApprove>
          <CanAdd>boolean</CanAdd>
          <CanEdit>boolean</CanEdit>
          <CanDelete>boolean</CanDelete>
          <CanRestore>boolean</CanRestore>
          <CanAddToImageLib>boolean</CanAddToImageLib>
          <CanAddToFileLib>boolean</CanAddToFileLib>
          <CanOverwriteLib>boolean</CanOverwriteLib>
          <CanAddToHyperlinkLib>boolean</CanAddToHyperlinkLib>
          <CanAddToQuicklinkLib>boolean</CanAddToQuicklinkLib>
          <CanAddFolders>boolean</CanAddFolders>
          <CanEditFolders>boolean</CanEditFolders>
          <CanDeleteFolders>boolean</CanDeleteFolders>
          <CanTraverseFolders>boolean</CanTraverseFolders>
          <CanCreateTask>boolean</CanCreateTask>
          <CanRedirectTask>boolean</CanRedirectTask>
          <CanDestructTask>boolean</CanDestructTask>
          <IsReadOnly>boolean</IsReadOnly>
          <IsCollections>boolean</IsCollections>
          <IsAdmin>boolean</IsAdmin>
          <IsLoggedIn>boolean</IsLoggedIn>
          <IsInMemberShip>boolean</IsInMemberShip>
          <IsReadOnlyLib>boolean</IsReadOnlyLib>
          <LegacyData />
          <CanHistory>boolean</CanHistory>
          <CanPublish>boolean</CanPublish>
          <CanAddTask>boolean</CanAddTask>
          <CanBreakPending>boolean</CanBreakPending>
          <CanView>boolean</CanView>
          <CanEditSummary>boolean</CanEditSummary>
          <CanSeeProperty>boolean</CanSeeProperty>
          <CanPreview>boolean</CanPreview>
          <CanDecline>boolean</CanDecline>
          <CanEditSumit>boolean</CanEditSumit>
          <CanEditCollections>boolean</CanEditCollections>
          <CanDeleteTask>boolean</CanDeleteTask>
          <CanMetadataComplete>boolean</CanMetadataComplete>
          <CanEditProperties>boolean</CanEditProperties>
          <CanEditApprovals>boolean</CanEditApprovals>
          <CanEditQLinks>boolean</CanEditQLinks>
        </Permissions>
        <UpdatedContent>int</UpdatedContent>
        <TotalContent>int</TotalContent>
        <IsDomainFolder>boolean</IsDomainFolder>
        <DomainStaging>string</DomainStaging>
        <DomainProduction>string</DomainProduction>
        <FolderType>int</FolderType>
        <SitemapInherited>int</SitemapInherited>
        <SitemapInheritedFrom>int</SitemapInheritedFrom>
        <SitemapPath>
          <SitemapPath>
            <Title>string</Title>
            <Url>string</Url>
            <Description>string</Description>
            <Order>int</Order>
            <FolderId>int</FolderId>
            <Language>int</Language>
          </SitemapPath>
          <SitemapPath>
            <Title>string</Title>
            <Url>string</Url>
            <Description>string</Description>
            <Order>int</Order>
            <FolderId>int</FolderId>
            <Language>int</Language>
          </SitemapPath>
        </SitemapPath>
        <ReplicationMethod>int</ReplicationMethod>
        <IsCommunityFolder>boolean</IsCommunityFolder>
        <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
        <TaxonomyInherited>boolean</TaxonomyInherited>
        <FlagInheritedFrom>int</FlagInheritedFrom>
        <FlagInherited>boolean</FlagInherited>
        <CategoryRequired>boolean</CategoryRequired>
        <FolderTaxonomy>
          <TaxonomyBaseData>
            <TaxonomyId>int</TaxonomyId>
            <TaxonomyName>string</TaxonomyName>
            <TaxonomyType>Content or User or Group</TaxonomyType>
            <TaxonomyLanguage>int</TaxonomyLanguage>
            <TaxonomyLanguageName>string</TaxonomyLanguageName>
            <TaxonomyDescription>string</TaxonomyDescription>
            <TaxonomyParentId>int</TaxonomyParentId>
            <TaxonomyLevel>int</TaxonomyLevel>
            <TaxonomyPath>string</TaxonomyPath>
            <TaxonomyCreatedDate>dateTime</TaxonomyCreatedDate>
            <TaxonomyItemCount>int</TaxonomyItemCount>
            <TaxonomyHasChildren>boolean</TaxonomyHasChildren>
            <TemplateId>int</TemplateId>
            <TemplateName>string</TemplateName>
            <TemplateInherited>boolean</TemplateInherited>
            <TemplateInheritedFrom>int</TemplateInheritedFrom>
          </TaxonomyBaseData>
          <TaxonomyBaseData>
            <TaxonomyId>int</TaxonomyId>
            <TaxonomyName>string</TaxonomyName>
            <TaxonomyType>Content or User or Group</TaxonomyType>
            <TaxonomyLanguage>int</TaxonomyLanguage>
            <TaxonomyLanguageName>string</TaxonomyLanguageName>
            <TaxonomyDescription>string</TaxonomyDescription>
            <TaxonomyParentId>int</TaxonomyParentId>
            <TaxonomyLevel>int</TaxonomyLevel>
            <TaxonomyPath>string</TaxonomyPath>
            <TaxonomyCreatedDate>dateTime</TaxonomyCreatedDate>
            <TaxonomyItemCount>int</TaxonomyItemCount>
            <TaxonomyHasChildren>boolean</TaxonomyHasChildren>
            <TemplateId>int</TemplateId>
            <TemplateName>string</TemplateName>
            <TemplateInherited>boolean</TemplateInherited>
            <TemplateInheritedFrom>int</TemplateInheritedFrom>
          </TaxonomyBaseData>
        </FolderTaxonomy>
        <FolderFlags>
          <FlagDefData>
            <m_strName>string</m_strName>
            <m_strDescription>string</m_strDescription>
            <m_bHidden>boolean</m_bHidden>
            <ID>int</ID>
            <Language>int</Language>
            <Name>string</Name>
            <Description>string</Description>
            <Hidden>boolean</Hidden>
            <Items xsi:nil="true" />
          </FlagDefData>
          <FlagDefData>
            <m_strName>string</m_strName>
            <m_strDescription>string</m_strDescription>
            <m_bHidden>boolean</m_bHidden>
            <ID>int</ID>
            <Language>int</Language>
            <Name>string</Name>
            <Description>string</Description>
            <Hidden>boolean</Hidden>
            <Items xsi:nil="true" />
          </FlagDefData>
        </FolderFlags>
      </GetFolderByParamResult>
    </GetFolderByParamResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /Workarea/Webservices/WebServiceAPI/Folder.asmx/GetFolderByParam?FolderID=string&getTaxonomy=string&getFlags=string HTTP/1.1
Host: www.crenshawchristiancenter.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<FolderData xmlns="http://tempuri.org/">
  <Id>int</Id>
  <TemplateId>int</TemplateId>
  <ParentId>int</ParentId>
  <NameWithPath>string</NameWithPath>
  <Name>string</Name>
  <Description>string</Description>
  <Inherited>boolean</Inherited>
  <InheritedFrom>int</InheritedFrom>
  <PrivateContent>boolean</PrivateContent>
  <XmlInherited>boolean</XmlInherited>
  <XmlInheritedFrom>int</XmlInheritedFrom>
  <XmlConfiguration>
    <XmlConfigData>
      <Id>int</Id>
      <Title>string</Title>
      <Description>string</Description>
      <EditXslt>string</EditXslt>
      <SaveXslt>string</SaveXslt>
      <Xslt1>string</Xslt1>
      <Xslt2>string</Xslt2>
      <Xslt3>string</Xslt3>
      <Xslt4>string</Xslt4>
      <Xslt5>string</Xslt5>
      <XmlSchema>string</XmlSchema>
      <XmlNameSpace>string</XmlNameSpace>
      <XmlAdvConfig>string</XmlAdvConfig>
      <DateCreated>string</DateCreated>
      <DisplayDateCreated>string</DisplayDateCreated>
      <LastEditDate>dateTime</LastEditDate>
      <DisplayLastEditDate>string</DisplayLastEditDate>
      <UserId>int</UserId>
      <EditorFirstName>string</EditorFirstName>
      <EditorLastName>string</EditorLastName>
      <PhysicalPath>string</PhysicalPath>
      <LogicalPath>string</LogicalPath>
      <DefaultXslt>string</DefaultXslt>
      <PackageXslt>string</PackageXslt>
      <PackageDisplayXslt>string</PackageDisplayXslt>
      <DesignStyleSheet>string</DesignStyleSheet>
      <IsDefault>boolean</IsDefault>
      <FieldList>string</FieldList>
    </XmlConfigData>
    <XmlConfigData>
      <Id>int</Id>
      <Title>string</Title>
      <Description>string</Description>
      <EditXslt>string</EditXslt>
      <SaveXslt>string</SaveXslt>
      <Xslt1>string</Xslt1>
      <Xslt2>string</Xslt2>
      <Xslt3>string</Xslt3>
      <Xslt4>string</Xslt4>
      <Xslt5>string</Xslt5>
      <XmlSchema>string</XmlSchema>
      <XmlNameSpace>string</XmlNameSpace>
      <XmlAdvConfig>string</XmlAdvConfig>
      <DateCreated>string</DateCreated>
      <DisplayDateCreated>string</DisplayDateCreated>
      <LastEditDate>dateTime</LastEditDate>
      <DisplayLastEditDate>string</DisplayLastEditDate>
      <UserId>int</UserId>
      <EditorFirstName>string</EditorFirstName>
      <EditorLastName>string</EditorLastName>
      <PhysicalPath>string</PhysicalPath>
      <LogicalPath>string</LogicalPath>
      <DefaultXslt>string</DefaultXslt>
      <PackageXslt>string</PackageXslt>
      <PackageDisplayXslt>string</PackageDisplayXslt>
      <DesignStyleSheet>string</DesignStyleSheet>
      <IsDefault>boolean</IsDefault>
      <FieldList>string</FieldList>
    </XmlConfigData>
  </XmlConfiguration>
  <StyleSheet>string</StyleSheet>
  <TemplateFileName>string</TemplateFileName>
  <StyleSheetInherited>boolean</StyleSheetInherited>
  <TemplateInherited>boolean</TemplateInherited>
  <ApprovalMethod>int</ApprovalMethod>
  <ChildFolders>
    <FolderData>
      <Id>int</Id>
      <TemplateId>int</TemplateId>
      <ParentId>int</ParentId>
      <NameWithPath>string</NameWithPath>
      <Name>string</Name>
      <Description>string</Description>
      <Inherited>boolean</Inherited>
      <InheritedFrom>int</InheritedFrom>
      <PrivateContent>boolean</PrivateContent>
      <XmlInherited>boolean</XmlInherited>
      <XmlInheritedFrom>int</XmlInheritedFrom>
      <XmlConfiguration>
        <XmlConfigData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <XmlConfigData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </XmlConfiguration>
      <StyleSheet>string</StyleSheet>
      <TemplateFileName>string</TemplateFileName>
      <StyleSheetInherited>boolean</StyleSheetInherited>
      <TemplateInherited>boolean</TemplateInherited>
      <ApprovalMethod>int</ApprovalMethod>
      <ChildFolders>
        <FolderData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FolderData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChildFolders>
      <MetaInheritedFrom>int</MetaInheritedFrom>
      <MetaInherited>int</MetaInherited>
      <HasChildren>boolean</HasChildren>
      <PublishPdfEnabled>boolean</PublishPdfEnabled>
      <PublishPdfActive>boolean</PublishPdfActive>
      <PublishHtmlActive>boolean</PublishHtmlActive>
      <Permissions>
        <CanApprove>boolean</CanApprove>
        <CanAdd>boolean</CanAdd>
        <CanEdit>boolean</CanEdit>
        <CanDelete>boolean</CanDelete>
        <CanRestore>boolean</CanRestore>
        <CanAddToImageLib>boolean</CanAddToImageLib>
        <CanAddToFileLib>boolean</CanAddToFileLib>
        <CanOverwriteLib>boolean</CanOverwriteLib>
        <CanAddToHyperlinkLib>boolean</CanAddToHyperlinkLib>
        <CanAddToQuicklinkLib>boolean</CanAddToQuicklinkLib>
        <CanAddFolders>boolean</CanAddFolders>
        <CanEditFolders>boolean</CanEditFolders>
        <CanDeleteFolders>boolean</CanDeleteFolders>
        <CanTraverseFolders>boolean</CanTraverseFolders>
        <CanCreateTask>boolean</CanCreateTask>
        <CanRedirectTask>boolean</CanRedirectTask>
        <CanDestructTask>boolean</CanDestructTask>
        <IsReadOnly>boolean</IsReadOnly>
        <IsCollections>boolean</IsCollections>
        <IsAdmin>boolean</IsAdmin>
        <IsLoggedIn>boolean</IsLoggedIn>
        <IsInMemberShip>boolean</IsInMemberShip>
        <IsReadOnlyLib>boolean</IsReadOnlyLib>
        <LegacyData />
        <CanHistory>boolean</CanHistory>
        <CanPublish>boolean</CanPublish>
        <CanAddTask>boolean</CanAddTask>
        <CanBreakPending>boolean</CanBreakPending>
        <CanView>boolean</CanView>
        <CanEditSummary>boolean</CanEditSummary>
        <CanSeeProperty>boolean</CanSeeProperty>
        <CanPreview>boolean</CanPreview>
        <CanDecline>boolean</CanDecline>
        <CanEditSumit>boolean</CanEditSumit>
        <CanEditCollections>boolean</CanEditCollections>
        <CanDeleteTask>boolean</CanDeleteTask>
        <CanMetadataComplete>boolean</CanMetadataComplete>
        <CanEditProperties>boolean</CanEditProperties>
        <CanEditApprovals>boolean</CanEditApprovals>
        <CanEditQLinks>boolean</CanEditQLinks>
      </Permissions>
      <UpdatedContent>int</UpdatedContent>
      <TotalContent>int</TotalContent>
      <IsDomainFolder>boolean</IsDomainFolder>
      <DomainStaging>string</DomainStaging>
      <DomainProduction>string</DomainProduction>
      <FolderType>int</FolderType>
      <SitemapInherited>int</SitemapInherited>
      <SitemapInheritedFrom>int</SitemapInheritedFrom>
      <SitemapPath>
        <SitemapPath d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SitemapPath d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SitemapPath>
      <ReplicationMethod>int</ReplicationMethod>
      <IsCommunityFolder>boolean</IsCommunityFolder>
      <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
      <TaxonomyInherited>boolean</TaxonomyInherited>
      <FlagInheritedFrom>int</FlagInheritedFrom>
      <FlagInherited>boolean</FlagInherited>
      <CategoryRequired>boolean</CategoryRequired>
      <FolderTaxonomy>
        <TaxonomyBaseData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TaxonomyBaseData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FolderTaxonomy>
      <FolderFlags>
        <FlagDefData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlagDefData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FolderFlags>
    </FolderData>
    <FolderData>
      <Id>int</Id>
      <TemplateId>int</TemplateId>
      <ParentId>int</ParentId>
      <NameWithPath>string</NameWithPath>
      <Name>string</Name>
      <Description>string</Description>
      <Inherited>boolean</Inherited>
      <InheritedFrom>int</InheritedFrom>
      <PrivateContent>boolean</PrivateContent>
      <XmlInherited>boolean</XmlInherited>
      <XmlInheritedFrom>int</XmlInheritedFrom>
      <XmlConfiguration>
        <XmlConfigData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <XmlConfigData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </XmlConfiguration>
      <StyleSheet>string</StyleSheet>
      <TemplateFileName>string</TemplateFileName>
      <StyleSheetInherited>boolean</StyleSheetInherited>
      <TemplateInherited>boolean</TemplateInherited>
      <ApprovalMethod>int</ApprovalMethod>
      <ChildFolders>
        <FolderData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FolderData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChildFolders>
      <MetaInheritedFrom>int</MetaInheritedFrom>
      <MetaInherited>int</MetaInherited>
      <HasChildren>boolean</HasChildren>
      <PublishPdfEnabled>boolean</PublishPdfEnabled>
      <PublishPdfActive>boolean</PublishPdfActive>
      <PublishHtmlActive>boolean</PublishHtmlActive>
      <Permissions>
        <CanApprove>boolean</CanApprove>
        <CanAdd>boolean</CanAdd>
        <CanEdit>boolean</CanEdit>
        <CanDelete>boolean</CanDelete>
        <CanRestore>boolean</CanRestore>
        <CanAddToImageLib>boolean</CanAddToImageLib>
        <CanAddToFileLib>boolean</CanAddToFileLib>
        <CanOverwriteLib>boolean</CanOverwriteLib>
        <CanAddToHyperlinkLib>boolean</CanAddToHyperlinkLib>
        <CanAddToQuicklinkLib>boolean</CanAddToQuicklinkLib>
        <CanAddFolders>boolean</CanAddFolders>
        <CanEditFolders>boolean</CanEditFolders>
        <CanDeleteFolders>boolean</CanDeleteFolders>
        <CanTraverseFolders>boolean</CanTraverseFolders>
        <CanCreateTask>boolean</CanCreateTask>
        <CanRedirectTask>boolean</CanRedirectTask>
        <CanDestructTask>boolean</CanDestructTask>
        <IsReadOnly>boolean</IsReadOnly>
        <IsCollections>boolean</IsCollections>
        <IsAdmin>boolean</IsAdmin>
        <IsLoggedIn>boolean</IsLoggedIn>
        <IsInMemberShip>boolean</IsInMemberShip>
        <IsReadOnlyLib>boolean</IsReadOnlyLib>
        <LegacyData />
        <CanHistory>boolean</CanHistory>
        <CanPublish>boolean</CanPublish>
        <CanAddTask>boolean</CanAddTask>
        <CanBreakPending>boolean</CanBreakPending>
        <CanView>boolean</CanView>
        <CanEditSummary>boolean</CanEditSummary>
        <CanSeeProperty>boolean</CanSeeProperty>
        <CanPreview>boolean</CanPreview>
        <CanDecline>boolean</CanDecline>
        <CanEditSumit>boolean</CanEditSumit>
        <CanEditCollections>boolean</CanEditCollections>
        <CanDeleteTask>boolean</CanDeleteTask>
        <CanMetadataComplete>boolean</CanMetadataComplete>
        <CanEditProperties>boolean</CanEditProperties>
        <CanEditApprovals>boolean</CanEditApprovals>
        <CanEditQLinks>boolean</CanEditQLinks>
      </Permissions>
      <UpdatedContent>int</UpdatedContent>
      <TotalContent>int</TotalContent>
      <IsDomainFolder>boolean</IsDomainFolder>
      <DomainStaging>string</DomainStaging>
      <DomainProduction>string</DomainProduction>
      <FolderType>int</FolderType>
      <SitemapInherited>int</SitemapInherited>
      <SitemapInheritedFrom>int</SitemapInheritedFrom>
      <SitemapPath>
        <SitemapPath d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SitemapPath d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SitemapPath>
      <ReplicationMethod>int</ReplicationMethod>
      <IsCommunityFolder>boolean</IsCommunityFolder>
      <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
      <TaxonomyInherited>boolean</TaxonomyInherited>
      <FlagInheritedFrom>int</FlagInheritedFrom>
      <FlagInherited>boolean</FlagInherited>
      <CategoryRequired>boolean</CategoryRequired>
      <FolderTaxonomy>
        <TaxonomyBaseData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TaxonomyBaseData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FolderTaxonomy>
      <FolderFlags>
        <FlagDefData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlagDefData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FolderFlags>
    </FolderData>
  </ChildFolders>
  <MetaInheritedFrom>int</MetaInheritedFrom>
  <MetaInherited>int</MetaInherited>
  <HasChildren>boolean</HasChildren>
  <PublishPdfEnabled>boolean</PublishPdfEnabled>
  <PublishPdfActive>boolean</PublishPdfActive>
  <PublishHtmlActive>boolean</PublishHtmlActive>
  <Permissions>
    <CanApprove>boolean</CanApprove>
    <CanAdd>boolean</CanAdd>
    <CanEdit>boolean</CanEdit>
    <CanDelete>boolean</CanDelete>
    <CanRestore>boolean</CanRestore>
    <CanAddToImageLib>boolean</CanAddToImageLib>
    <CanAddToFileLib>boolean</CanAddToFileLib>
    <CanOverwriteLib>boolean</CanOverwriteLib>
    <CanAddToHyperlinkLib>boolean</CanAddToHyperlinkLib>
    <CanAddToQuicklinkLib>boolean</CanAddToQuicklinkLib>
    <CanAddFolders>boolean</CanAddFolders>
    <CanEditFolders>boolean</CanEditFolders>
    <CanDeleteFolders>boolean</CanDeleteFolders>
    <CanTraverseFolders>boolean</CanTraverseFolders>
    <CanCreateTask>boolean</CanCreateTask>
    <CanRedirectTask>boolean</CanRedirectTask>
    <CanDestructTask>boolean</CanDestructTask>
    <IsReadOnly>boolean</IsReadOnly>
    <IsCollections>boolean</IsCollections>
    <IsAdmin>boolean</IsAdmin>
    <IsLoggedIn>boolean</IsLoggedIn>
    <IsInMemberShip>boolean</IsInMemberShip>
    <IsReadOnlyLib>boolean</IsReadOnlyLib>
    <LegacyData />
    <CanHistory>boolean</CanHistory>
    <CanPublish>boolean</CanPublish>
    <CanAddTask>boolean</CanAddTask>
    <CanBreakPending>boolean</CanBreakPending>
    <CanView>boolean</CanView>
    <CanEditSummary>boolean</CanEditSummary>
    <CanSeeProperty>boolean</CanSeeProperty>
    <CanPreview>boolean</CanPreview>
    <CanDecline>boolean</CanDecline>
    <CanEditSumit>boolean</CanEditSumit>
    <CanEditCollections>boolean</CanEditCollections>
    <CanDeleteTask>boolean</CanDeleteTask>
    <CanMetadataComplete>boolean</CanMetadataComplete>
    <CanEditProperties>boolean</CanEditProperties>
    <CanEditApprovals>boolean</CanEditApprovals>
    <CanEditQLinks>boolean</CanEditQLinks>
  </Permissions>
  <UpdatedContent>int</UpdatedContent>
  <TotalContent>int</TotalContent>
  <IsDomainFolder>boolean</IsDomainFolder>
  <DomainStaging>string</DomainStaging>
  <DomainProduction>string</DomainProduction>
  <FolderType>int</FolderType>
  <SitemapInherited>int</SitemapInherited>
  <SitemapInheritedFrom>int</SitemapInheritedFrom>
  <SitemapPath>
    <SitemapPath>
      <Title>string</Title>
      <Url>string</Url>
      <Description>string</Description>
      <Order>int</Order>
      <FolderId>int</FolderId>
      <Language>int</Language>
    </SitemapPath>
    <SitemapPath>
      <Title>string</Title>
      <Url>string</Url>
      <Description>string</Description>
      <Order>int</Order>
      <FolderId>int</FolderId>
      <Language>int</Language>
    </SitemapPath>
  </SitemapPath>
  <ReplicationMethod>int</ReplicationMethod>
  <IsCommunityFolder>boolean</IsCommunityFolder>
  <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
  <TaxonomyInherited>boolean</TaxonomyInherited>
  <FlagInheritedFrom>int</FlagInheritedFrom>
  <FlagInherited>boolean</FlagInherited>
  <CategoryRequired>boolean</CategoryRequired>
  <FolderTaxonomy>
    <TaxonomyBaseData>
      <TaxonomyId>int</TaxonomyId>
      <TaxonomyName>string</TaxonomyName>
      <TaxonomyType>Content or User or Group</TaxonomyType>
      <TaxonomyLanguage>int</TaxonomyLanguage>
      <TaxonomyLanguageName>string</TaxonomyLanguageName>
      <TaxonomyDescription>string</TaxonomyDescription>
      <TaxonomyParentId>int</TaxonomyParentId>
      <TaxonomyLevel>int</TaxonomyLevel>
      <TaxonomyPath>string</TaxonomyPath>
      <TaxonomyCreatedDate>dateTime</TaxonomyCreatedDate>
      <TaxonomyItemCount>int</TaxonomyItemCount>
      <TaxonomyHasChildren>boolean</TaxonomyHasChildren>
      <TemplateId>int</TemplateId>
      <TemplateName>string</TemplateName>
      <TemplateInherited>boolean</TemplateInherited>
      <TemplateInheritedFrom>int</TemplateInheritedFrom>
    </TaxonomyBaseData>
    <TaxonomyBaseData>
      <TaxonomyId>int</TaxonomyId>
      <TaxonomyName>string</TaxonomyName>
      <TaxonomyType>Content or User or Group</TaxonomyType>
      <TaxonomyLanguage>int</TaxonomyLanguage>
      <TaxonomyLanguageName>string</TaxonomyLanguageName>
      <TaxonomyDescription>string</TaxonomyDescription>
      <TaxonomyParentId>int</TaxonomyParentId>
      <TaxonomyLevel>int</TaxonomyLevel>
      <TaxonomyPath>string</TaxonomyPath>
      <TaxonomyCreatedDate>dateTime</TaxonomyCreatedDate>
      <TaxonomyItemCount>int</TaxonomyItemCount>
      <TaxonomyHasChildren>boolean</TaxonomyHasChildren>
      <TemplateId>int</TemplateId>
      <TemplateName>string</TemplateName>
      <TemplateInherited>boolean</TemplateInherited>
      <TemplateInheritedFrom>int</TemplateInheritedFrom>
    </TaxonomyBaseData>
  </FolderTaxonomy>
  <FolderFlags>
    <FlagDefData>
      <m_strName>string</m_strName>
      <m_strDescription>string</m_strDescription>
      <m_bHidden>boolean</m_bHidden>
      <ID>int</ID>
      <Language>int</Language>
      <Name>string</Name>
      <Description>string</Description>
      <Hidden>boolean</Hidden>
      <Items>
        <FlagItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlagItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Items>
    </FlagDefData>
    <FlagDefData>
      <m_strName>string</m_strName>
      <m_strDescription>string</m_strDescription>
      <m_bHidden>boolean</m_bHidden>
      <ID>int</ID>
      <Language>int</Language>
      <Name>string</Name>
      <Description>string</Description>
      <Hidden>boolean</Hidden>
      <Items>
        <FlagItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlagItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Items>
    </FlagDefData>
  </FolderFlags>
</FolderData>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Workarea/Webservices/WebServiceAPI/Folder.asmx/GetFolderByParam HTTP/1.1
Host: www.crenshawchristiancenter.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

FolderID=string&getTaxonomy=string&getFlags=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<FolderData xmlns="http://tempuri.org/">
  <Id>int</Id>
  <TemplateId>int</TemplateId>
  <ParentId>int</ParentId>
  <NameWithPath>string</NameWithPath>
  <Name>string</Name>
  <Description>string</Description>
  <Inherited>boolean</Inherited>
  <InheritedFrom>int</InheritedFrom>
  <PrivateContent>boolean</PrivateContent>
  <XmlInherited>boolean</XmlInherited>
  <XmlInheritedFrom>int</XmlInheritedFrom>
  <XmlConfiguration>
    <XmlConfigData>
      <Id>int</Id>
      <Title>string</Title>
      <Description>string</Description>
      <EditXslt>string</EditXslt>
      <SaveXslt>string</SaveXslt>
      <Xslt1>string</Xslt1>
      <Xslt2>string</Xslt2>
      <Xslt3>string</Xslt3>
      <Xslt4>string</Xslt4>
      <Xslt5>string</Xslt5>
      <XmlSchema>string</XmlSchema>
      <XmlNameSpace>string</XmlNameSpace>
      <XmlAdvConfig>string</XmlAdvConfig>
      <DateCreated>string</DateCreated>
      <DisplayDateCreated>string</DisplayDateCreated>
      <LastEditDate>dateTime</LastEditDate>
      <DisplayLastEditDate>string</DisplayLastEditDate>
      <UserId>int</UserId>
      <EditorFirstName>string</EditorFirstName>
      <EditorLastName>string</EditorLastName>
      <PhysicalPath>string</PhysicalPath>
      <LogicalPath>string</LogicalPath>
      <DefaultXslt>string</DefaultXslt>
      <PackageXslt>string</PackageXslt>
      <PackageDisplayXslt>string</PackageDisplayXslt>
      <DesignStyleSheet>string</DesignStyleSheet>
      <IsDefault>boolean</IsDefault>
      <FieldList>string</FieldList>
    </XmlConfigData>
    <XmlConfigData>
      <Id>int</Id>
      <Title>string</Title>
      <Description>string</Description>
      <EditXslt>string</EditXslt>
      <SaveXslt>string</SaveXslt>
      <Xslt1>string</Xslt1>
      <Xslt2>string</Xslt2>
      <Xslt3>string</Xslt3>
      <Xslt4>string</Xslt4>
      <Xslt5>string</Xslt5>
      <XmlSchema>string</XmlSchema>
      <XmlNameSpace>string</XmlNameSpace>
      <XmlAdvConfig>string</XmlAdvConfig>
      <DateCreated>string</DateCreated>
      <DisplayDateCreated>string</DisplayDateCreated>
      <LastEditDate>dateTime</LastEditDate>
      <DisplayLastEditDate>string</DisplayLastEditDate>
      <UserId>int</UserId>
      <EditorFirstName>string</EditorFirstName>
      <EditorLastName>string</EditorLastName>
      <PhysicalPath>string</PhysicalPath>
      <LogicalPath>string</LogicalPath>
      <DefaultXslt>string</DefaultXslt>
      <PackageXslt>string</PackageXslt>
      <PackageDisplayXslt>string</PackageDisplayXslt>
      <DesignStyleSheet>string</DesignStyleSheet>
      <IsDefault>boolean</IsDefault>
      <FieldList>string</FieldList>
    </XmlConfigData>
  </XmlConfiguration>
  <StyleSheet>string</StyleSheet>
  <TemplateFileName>string</TemplateFileName>
  <StyleSheetInherited>boolean</StyleSheetInherited>
  <TemplateInherited>boolean</TemplateInherited>
  <ApprovalMethod>int</ApprovalMethod>
  <ChildFolders>
    <FolderData>
      <Id>int</Id>
      <TemplateId>int</TemplateId>
      <ParentId>int</ParentId>
      <NameWithPath>string</NameWithPath>
      <Name>string</Name>
      <Description>string</Description>
      <Inherited>boolean</Inherited>
      <InheritedFrom>int</InheritedFrom>
      <PrivateContent>boolean</PrivateContent>
      <XmlInherited>boolean</XmlInherited>
      <XmlInheritedFrom>int</XmlInheritedFrom>
      <XmlConfiguration>
        <XmlConfigData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <XmlConfigData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </XmlConfiguration>
      <StyleSheet>string</StyleSheet>
      <TemplateFileName>string</TemplateFileName>
      <StyleSheetInherited>boolean</StyleSheetInherited>
      <TemplateInherited>boolean</TemplateInherited>
      <ApprovalMethod>int</ApprovalMethod>
      <ChildFolders>
        <FolderData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FolderData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChildFolders>
      <MetaInheritedFrom>int</MetaInheritedFrom>
      <MetaInherited>int</MetaInherited>
      <HasChildren>boolean</HasChildren>
      <PublishPdfEnabled>boolean</PublishPdfEnabled>
      <PublishPdfActive>boolean</PublishPdfActive>
      <PublishHtmlActive>boolean</PublishHtmlActive>
      <Permissions>
        <CanApprove>boolean</CanApprove>
        <CanAdd>boolean</CanAdd>
        <CanEdit>boolean</CanEdit>
        <CanDelete>boolean</CanDelete>
        <CanRestore>boolean</CanRestore>
        <CanAddToImageLib>boolean</CanAddToImageLib>
        <CanAddToFileLib>boolean</CanAddToFileLib>
        <CanOverwriteLib>boolean</CanOverwriteLib>
        <CanAddToHyperlinkLib>boolean</CanAddToHyperlinkLib>
        <CanAddToQuicklinkLib>boolean</CanAddToQuicklinkLib>
        <CanAddFolders>boolean</CanAddFolders>
        <CanEditFolders>boolean</CanEditFolders>
        <CanDeleteFolders>boolean</CanDeleteFolders>
        <CanTraverseFolders>boolean</CanTraverseFolders>
        <CanCreateTask>boolean</CanCreateTask>
        <CanRedirectTask>boolean</CanRedirectTask>
        <CanDestructTask>boolean</CanDestructTask>
        <IsReadOnly>boolean</IsReadOnly>
        <IsCollections>boolean</IsCollections>
        <IsAdmin>boolean</IsAdmin>
        <IsLoggedIn>boolean</IsLoggedIn>
        <IsInMemberShip>boolean</IsInMemberShip>
        <IsReadOnlyLib>boolean</IsReadOnlyLib>
        <LegacyData />
        <CanHistory>boolean</CanHistory>
        <CanPublish>boolean</CanPublish>
        <CanAddTask>boolean</CanAddTask>
        <CanBreakPending>boolean</CanBreakPending>
        <CanView>boolean</CanView>
        <CanEditSummary>boolean</CanEditSummary>
        <CanSeeProperty>boolean</CanSeeProperty>
        <CanPreview>boolean</CanPreview>
        <CanDecline>boolean</CanDecline>
        <CanEditSumit>boolean</CanEditSumit>
        <CanEditCollections>boolean</CanEditCollections>
        <CanDeleteTask>boolean</CanDeleteTask>
        <CanMetadataComplete>boolean</CanMetadataComplete>
        <CanEditProperties>boolean</CanEditProperties>
        <CanEditApprovals>boolean</CanEditApprovals>
        <CanEditQLinks>boolean</CanEditQLinks>
      </Permissions>
      <UpdatedContent>int</UpdatedContent>
      <TotalContent>int</TotalContent>
      <IsDomainFolder>boolean</IsDomainFolder>
      <DomainStaging>string</DomainStaging>
      <DomainProduction>string</DomainProduction>
      <FolderType>int</FolderType>
      <SitemapInherited>int</SitemapInherited>
      <SitemapInheritedFrom>int</SitemapInheritedFrom>
      <SitemapPath>
        <SitemapPath d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SitemapPath d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SitemapPath>
      <ReplicationMethod>int</ReplicationMethod>
      <IsCommunityFolder>boolean</IsCommunityFolder>
      <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
      <TaxonomyInherited>boolean</TaxonomyInherited>
      <FlagInheritedFrom>int</FlagInheritedFrom>
      <FlagInherited>boolean</FlagInherited>
      <CategoryRequired>boolean</CategoryRequired>
      <FolderTaxonomy>
        <TaxonomyBaseData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TaxonomyBaseData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FolderTaxonomy>
      <FolderFlags>
        <FlagDefData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlagDefData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FolderFlags>
    </FolderData>
    <FolderData>
      <Id>int</Id>
      <TemplateId>int</TemplateId>
      <ParentId>int</ParentId>
      <NameWithPath>string</NameWithPath>
      <Name>string</Name>
      <Description>string</Description>
      <Inherited>boolean</Inherited>
      <InheritedFrom>int</InheritedFrom>
      <PrivateContent>boolean</PrivateContent>
      <XmlInherited>boolean</XmlInherited>
      <XmlInheritedFrom>int</XmlInheritedFrom>
      <XmlConfiguration>
        <XmlConfigData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <XmlConfigData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </XmlConfiguration>
      <StyleSheet>string</StyleSheet>
      <TemplateFileName>string</TemplateFileName>
      <StyleSheetInherited>boolean</StyleSheetInherited>
      <TemplateInherited>boolean</TemplateInherited>
      <ApprovalMethod>int</ApprovalMethod>
      <ChildFolders>
        <FolderData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FolderData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ChildFolders>
      <MetaInheritedFrom>int</MetaInheritedFrom>
      <MetaInherited>int</MetaInherited>
      <HasChildren>boolean</HasChildren>
      <PublishPdfEnabled>boolean</PublishPdfEnabled>
      <PublishPdfActive>boolean</PublishPdfActive>
      <PublishHtmlActive>boolean</PublishHtmlActive>
      <Permissions>
        <CanApprove>boolean</CanApprove>
        <CanAdd>boolean</CanAdd>
        <CanEdit>boolean</CanEdit>
        <CanDelete>boolean</CanDelete>
        <CanRestore>boolean</CanRestore>
        <CanAddToImageLib>boolean</CanAddToImageLib>
        <CanAddToFileLib>boolean</CanAddToFileLib>
        <CanOverwriteLib>boolean</CanOverwriteLib>
        <CanAddToHyperlinkLib>boolean</CanAddToHyperlinkLib>
        <CanAddToQuicklinkLib>boolean</CanAddToQuicklinkLib>
        <CanAddFolders>boolean</CanAddFolders>
        <CanEditFolders>boolean</CanEditFolders>
        <CanDeleteFolders>boolean</CanDeleteFolders>
        <CanTraverseFolders>boolean</CanTraverseFolders>
        <CanCreateTask>boolean</CanCreateTask>
        <CanRedirectTask>boolean</CanRedirectTask>
        <CanDestructTask>boolean</CanDestructTask>
        <IsReadOnly>boolean</IsReadOnly>
        <IsCollections>boolean</IsCollections>
        <IsAdmin>boolean</IsAdmin>
        <IsLoggedIn>boolean</IsLoggedIn>
        <IsInMemberShip>boolean</IsInMemberShip>
        <IsReadOnlyLib>boolean</IsReadOnlyLib>
        <LegacyData />
        <CanHistory>boolean</CanHistory>
        <CanPublish>boolean</CanPublish>
        <CanAddTask>boolean</CanAddTask>
        <CanBreakPending>boolean</CanBreakPending>
        <CanView>boolean</CanView>
        <CanEditSummary>boolean</CanEditSummary>
        <CanSeeProperty>boolean</CanSeeProperty>
        <CanPreview>boolean</CanPreview>
        <CanDecline>boolean</CanDecline>
        <CanEditSumit>boolean</CanEditSumit>
        <CanEditCollections>boolean</CanEditCollections>
        <CanDeleteTask>boolean</CanDeleteTask>
        <CanMetadataComplete>boolean</CanMetadataComplete>
        <CanEditProperties>boolean</CanEditProperties>
        <CanEditApprovals>boolean</CanEditApprovals>
        <CanEditQLinks>boolean</CanEditQLinks>
      </Permissions>
      <UpdatedContent>int</UpdatedContent>
      <TotalContent>int</TotalContent>
      <IsDomainFolder>boolean</IsDomainFolder>
      <DomainStaging>string</DomainStaging>
      <DomainProduction>string</DomainProduction>
      <FolderType>int</FolderType>
      <SitemapInherited>int</SitemapInherited>
      <SitemapInheritedFrom>int</SitemapInheritedFrom>
      <SitemapPath>
        <SitemapPath d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SitemapPath d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SitemapPath>
      <ReplicationMethod>int</ReplicationMethod>
      <IsCommunityFolder>boolean</IsCommunityFolder>
      <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
      <TaxonomyInherited>boolean</TaxonomyInherited>
      <FlagInheritedFrom>int</FlagInheritedFrom>
      <FlagInherited>boolean</FlagInherited>
      <CategoryRequired>boolean</CategoryRequired>
      <FolderTaxonomy>
        <TaxonomyBaseData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TaxonomyBaseData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FolderTaxonomy>
      <FolderFlags>
        <FlagDefData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlagDefData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FolderFlags>
    </FolderData>
  </ChildFolders>
  <MetaInheritedFrom>int</MetaInheritedFrom>
  <MetaInherited>int</MetaInherited>
  <HasChildren>boolean</HasChildren>
  <PublishPdfEnabled>boolean</PublishPdfEnabled>
  <PublishPdfActive>boolean</PublishPdfActive>
  <PublishHtmlActive>boolean</PublishHtmlActive>
  <Permissions>
    <CanApprove>boolean</CanApprove>
    <CanAdd>boolean</CanAdd>
    <CanEdit>boolean</CanEdit>
    <CanDelete>boolean</CanDelete>
    <CanRestore>boolean</CanRestore>
    <CanAddToImageLib>boolean</CanAddToImageLib>
    <CanAddToFileLib>boolean</CanAddToFileLib>
    <CanOverwriteLib>boolean</CanOverwriteLib>
    <CanAddToHyperlinkLib>boolean</CanAddToHyperlinkLib>
    <CanAddToQuicklinkLib>boolean</CanAddToQuicklinkLib>
    <CanAddFolders>boolean</CanAddFolders>
    <CanEditFolders>boolean</CanEditFolders>
    <CanDeleteFolders>boolean</CanDeleteFolders>
    <CanTraverseFolders>boolean</CanTraverseFolders>
    <CanCreateTask>boolean</CanCreateTask>
    <CanRedirectTask>boolean</CanRedirectTask>
    <CanDestructTask>boolean</CanDestructTask>
    <IsReadOnly>boolean</IsReadOnly>
    <IsCollections>boolean</IsCollections>
    <IsAdmin>boolean</IsAdmin>
    <IsLoggedIn>boolean</IsLoggedIn>
    <IsInMemberShip>boolean</IsInMemberShip>
    <IsReadOnlyLib>boolean</IsReadOnlyLib>
    <LegacyData />
    <CanHistory>boolean</CanHistory>
    <CanPublish>boolean</CanPublish>
    <CanAddTask>boolean</CanAddTask>
    <CanBreakPending>boolean</CanBreakPending>
    <CanView>boolean</CanView>
    <CanEditSummary>boolean</CanEditSummary>
    <CanSeeProperty>boolean</CanSeeProperty>
    <CanPreview>boolean</CanPreview>
    <CanDecline>boolean</CanDecline>
    <CanEditSumit>boolean</CanEditSumit>
    <CanEditCollections>boolean</CanEditCollections>
    <CanDeleteTask>boolean</CanDeleteTask>
    <CanMetadataComplete>boolean</CanMetadataComplete>
    <CanEditProperties>boolean</CanEditProperties>
    <CanEditApprovals>boolean</CanEditApprovals>
    <CanEditQLinks>boolean</CanEditQLinks>
  </Permissions>
  <UpdatedContent>int</UpdatedContent>
  <TotalContent>int</TotalContent>
  <IsDomainFolder>boolean</IsDomainFolder>
  <DomainStaging>string</DomainStaging>
  <DomainProduction>string</DomainProduction>
  <FolderType>int</FolderType>
  <SitemapInherited>int</SitemapInherited>
  <SitemapInheritedFrom>int</SitemapInheritedFrom>
  <SitemapPath>
    <SitemapPath>
      <Title>string</Title>
      <Url>string</Url>
      <Description>string</Description>
      <Order>int</Order>
      <FolderId>int</FolderId>
      <Language>int</Language>
    </SitemapPath>
    <SitemapPath>
      <Title>string</Title>
      <Url>string</Url>
      <Description>string</Description>
      <Order>int</Order>
      <FolderId>int</FolderId>
      <Language>int</Language>
    </SitemapPath>
  </SitemapPath>
  <ReplicationMethod>int</ReplicationMethod>
  <IsCommunityFolder>boolean</IsCommunityFolder>
  <TaxonomyInheritedFrom>int</TaxonomyInheritedFrom>
  <TaxonomyInherited>boolean</TaxonomyInherited>
  <FlagInheritedFrom>int</FlagInheritedFrom>
  <FlagInherited>boolean</FlagInherited>
  <CategoryRequired>boolean</CategoryRequired>
  <FolderTaxonomy>
    <TaxonomyBaseData>
      <TaxonomyId>int</TaxonomyId>
      <TaxonomyName>string</TaxonomyName>
      <TaxonomyType>Content or User or Group</TaxonomyType>
      <TaxonomyLanguage>int</TaxonomyLanguage>
      <TaxonomyLanguageName>string</TaxonomyLanguageName>
      <TaxonomyDescription>string</TaxonomyDescription>
      <TaxonomyParentId>int</TaxonomyParentId>
      <TaxonomyLevel>int</TaxonomyLevel>
      <TaxonomyPath>string</TaxonomyPath>
      <TaxonomyCreatedDate>dateTime</TaxonomyCreatedDate>
      <TaxonomyItemCount>int</TaxonomyItemCount>
      <TaxonomyHasChildren>boolean</TaxonomyHasChildren>
      <TemplateId>int</TemplateId>
      <TemplateName>string</TemplateName>
      <TemplateInherited>boolean</TemplateInherited>
      <TemplateInheritedFrom>int</TemplateInheritedFrom>
    </TaxonomyBaseData>
    <TaxonomyBaseData>
      <TaxonomyId>int</TaxonomyId>
      <TaxonomyName>string</TaxonomyName>
      <TaxonomyType>Content or User or Group</TaxonomyType>
      <TaxonomyLanguage>int</TaxonomyLanguage>
      <TaxonomyLanguageName>string</TaxonomyLanguageName>
      <TaxonomyDescription>string</TaxonomyDescription>
      <TaxonomyParentId>int</TaxonomyParentId>
      <TaxonomyLevel>int</TaxonomyLevel>
      <TaxonomyPath>string</TaxonomyPath>
      <TaxonomyCreatedDate>dateTime</TaxonomyCreatedDate>
      <TaxonomyItemCount>int</TaxonomyItemCount>
      <TaxonomyHasChildren>boolean</TaxonomyHasChildren>
      <TemplateId>int</TemplateId>
      <TemplateName>string</TemplateName>
      <TemplateInherited>boolean</TemplateInherited>
      <TemplateInheritedFrom>int</TemplateInheritedFrom>
    </TaxonomyBaseData>
  </FolderTaxonomy>
  <FolderFlags>
    <FlagDefData>
      <m_strName>string</m_strName>
      <m_strDescription>string</m_strDescription>
      <m_bHidden>boolean</m_bHidden>
      <ID>int</ID>
      <Language>int</Language>
      <Name>string</Name>
      <Description>string</Description>
      <Hidden>boolean</Hidden>
      <Items>
        <FlagItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlagItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Items>
    </FlagDefData>
    <FlagDefData>
      <m_strName>string</m_strName>
      <m_strDescription>string</m_strDescription>
      <m_bHidden>boolean</m_bHidden>
      <ID>int</ID>
      <Language>int</Language>
      <Name>string</Name>
      <Description>string</Description>
      <Hidden>boolean</Hidden>
      <Items>
        <FlagItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlagItemData d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Items>
    </FlagDefData>
  </FolderFlags>
</FolderData>