15.08.2013 Views

Ektron CMS400.NET Developer Reference Manual

Ektron CMS400.NET Developer Reference Manual

Ektron CMS400.NET Developer Reference Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Web Services<br />

strHTML = strHTML & "Content Title: " &<br />

glsCms400ListSummaryResult.Item(iLoop).ContentTitle & ""<br />

strHTML = strHTML & "Date Created: " &<br />

glsCms400ListSummaryResult.Item(iLoop).DisplayDateCreated & ""<br />

strHTML = strHTML & "Date Modified: " &<br />

glsCms400ListSummaryResult.Item(iLoop).DisplayDateModified & ""<br />

strHTML = strHTML & "Modified By: " &<br />

glsCms400ListSummaryResult.Item(iLoop).EditorFname & " " &<br />

glsCms400ListSummaryResult.Item(iLoop).EditorLname & ""<br />

strHTML = strHTML & "Content Teaser: "<br />

strHTML = strHTML & "" &<br />

glsCms400ListSummaryResult.Item(iLoop).ContentTeaser & ""<br />

strHTML = strHTML & "&nbsp;"<br />

Next<br />

This code loops through all content blocks in the Marketing\News<br />

folder. For each block, the page uses the Web Service method<br />

glsCms400ListSummaryResult.Item(iLoop) to display the following XML<br />

data.<br />

• Content ID<br />

• Content Title<br />

• Date Created<br />

• DateModified<br />

• Modified By<br />

• Content Teaser<br />

<strong>Ektron</strong> <strong>CMS400.NET</strong> <strong>Developer</strong> <strong>Reference</strong> <strong>Manual</strong>, Version 5.1, Revision 5 558

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!