Created
September 7, 2010 02:03
-
-
Save modius/567756 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- For example, within an extended ./myproject/packages/types/dmNews.cfc --> | |
<cffunction name="contentToIndex" returntype="query" description="Gets news content to index"> | |
<cfset qContentToIndex = application.fapi.getContentObjects(typename="dmNews",lProperties="objectid",publishDate_lte=now(),expiryDate_gt=now()) /> | |
<cfreturn qContentToIndex> | |
</cffunction> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment