Object reference not set to an instance of an object.
Object reference not set to an instance of an object.
Wiki Page Property
.
Summary
WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.

Creating WikiPageProperties

Wiki properties are created simply by typing a property name and a colon at the start of a line. The value is everything else on the line. Look, for example, at the top of this page. There's a property called Summary and it's got a value of WikiPageProperties are an easy way...

For properties with multiple values (e.g., Keyword), the convention is to use commas to separate the values. For example:

        Keywords: Wiki, Properties

What are WikiPageProperties used for?

What might properties be useful for someday?

Rules for property names

Property names must start with an uppercase letter or an underscore. After that, they can contain upper and lowercase letters and underscores.

Note that a property name written in PascalCase is itself be a link to a TopicName and can be clicked, however the formatting is a little unclear, e.g.

Single
DoubleWord
PascalCase
Question
Answer
 ""Escape:"" Just double double-quotes

Escape: Just double double-quotes

Question
Question

How do I escape a property that a word in PascalCase does not become a link?

        PrimaryKey: ENTITYID

Becomes a link. I've tried

        ""PrimaryKey"": ENTITYID

with no luck -- JihoHan, 2005-12-01

Hidden Properties

[Hidden properties were added in build 1.0.0.1567]

Sometimes you want a page to have a property, but don't want to "clutter" the page with the property. To do this, prefix the property name with a colon (:). This will still set the value of the property for the topic, but the topic will not be displayed in the page.

For example,

 Summary: this page is about DogFood


is a conventional use of a WikiPageProperty. However, using that form always causes the property to show up formatted in the topic page. To hide the property, add the colon prefix:

 :Summary: this page is about DogFood


This will cause the property to not be displayed. Other than being hidden when the topic is displayed, the ':' has no other effect.

Note that you must have at least one space after the trailing colon for FlexWiki to recognize the property and actaully hide it. -- XtopherBrandt, 2007-02-19

Multiline property values

You can create multi-line page properties like this:

 PropertyName:[ This is a very long property definition.


 It is useful to be able to do this for multiple paragraph properties
 ]


which produces:

PropertyName

The end of a multi-line property is marked by a single right-bracket on a line by itself.

Question

Due to formatting limitations it is recommended that the content for a muti-line property starts on the second line:

 FormattedProperty:[
 !!!Formatted heading
 Normal text, '''bold''', ''italic''
 ]

Which produces:

FormattedProperty

Formatted heading

Normal text, bold, italic

Instead of:

 FormattedProperty:[ !!!Formatted heading
 Normal text, '''bold''', ''italic''
 ]

Which produces:

FormattedProperty

Including properties in another page

Sometimes (as in a WikiSpec) you may want to include only a WikiPageProperty rather than the entire page (as you get with WikiIncludes). How do you do this? Use the format

  wiki://PageName#PropertyName

For example:

ExamplePropertyPage - A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.

---

(See how this compares to when the ExamplePropertyPage topic appears in a more conventional form as in this sentence.)

---

ExamplePropertyPage

Using WikiTalk to list Pages containing specific WikiPageProperties:

The following WikiTalk displays a list of pages that use the "Keywords" WikiPageProperties:

 @@
 [
        "||{!}'''Page'''||{!}'''Keywords'''||{!}'''Summary'''||",
        Newline,
        namespace.Topics.Select
        {  
                each | 
                   each.HasProperty("Keywords") 
        }.Collect
        { 
                e | 
                [ "||", e.Name, " ||",e.GetProperty("Keywords")," ||",e.GetProperty("Summary"),"||", Newline ]
        }
 ] 
 @@

Here is the actual list generated by that WikiTalk code:

Page Keywords Summary
AboutSimilarTopics Glossary, Administrator, Review The topics found similar by a text clustering algorithm
AboutSourceControl Developer, Administrator
AboutTopicNames Naming describes the rules around creating a name for a WikiTopic.
AccessControl Administrator, Review Information on configuring restricted access to FlexWiki content.
ACLs Administrator, Glossary ACLs acronym for Access Control Lists.
AddingNewPages Help How do I add a new topic?
AdministratorGuide Guide, Homepage Information on installing, configuring and running a FlexWiki instance.
AdministratorsGuide Guide, Administrator Information on installing, configuring and running a FlexWiki instance.
AnnoyingThingsAboutWiki Examples List of annoying things about Wikis
AnnoyingThingsAboutWikiV2 Examples List of annoying things about Wikis
ArrayDemo Examples
AssignmentAgreement Developer About the assignment agreement for FlexWiki
AttachmentPage Administrator This explains the process of creating an attachment for a page. The basics steps are to upload a file to the server and then define the attributes for the attachment and then include those attributes in the topic page.
AutomaticRedirect Glossary A topic can be redirected or forwarded to another topic. This is useful when a topic is renamed or otherwise moved somewhere else. Other topics (and other sites) that link to the (for example) renamed topic may still point to the old topic.
BackingUpFlexWikiUsingXCopy Administrator Shows a batch file using XCOPY to back up from a FlexWiki from a webserver onto a "backup server" (i.e. a NAS or similar.)
BecomingAContributor Developer What do you need to do to be able to checkin changes to FlexWiki?
BecomingACoreDeveloper Developer How to become a CoreDeveloper
BlockDemo Examples
BlogSupportLibrary Developer, Examples a sample blog for JohnDavidson
BooleanDemo Examples
BorderSet Glossary a border set specifies content for one or more of the borders on a wiki page.
BugReport Developer Enter bug reports here
BuildSystem Developer, Glossary Describes that automated build system that FlexWiki uses.
BuildVerificationTests Developer Automated tests that happen as part of every build that execute against a fully installed version of FlexWiki, allowing the build to verify correct operation in a web context.
CalledPage Developer, Examples provides a function to be used by CallerPage
CallerPage Developer, Examples an example page showing the use of CalledPage function
ChangeNote Developer When a change is checked in to the the FlexWiki sources, a ChangeNote is often posted here on FlexWiki.com
ChangeNoteBuildOnMonoLinux Installation, Developer, Review Allow FlexWiki code to be built out of CVS on mono and run on linux
ChangeNoteContainerPresentation Formatting Added support for <div> and <span> containers to aid styling.
ChangeProcess Developer, Review Rules for FlexWiki developers about where and how to identify changes
ChrisAnderson Personal I am an Architect on the Windows team at Microsoft.
ConfiguringSubversion Developer A description of the tasks required to set up Subversion repository access for FlexWiki
ContainerPresentationProposal Formatting New feature makes it easier to style FlexWiki.
ContentBaseDefinition Glossary, Administrator A WikiBase is defined in a topic with a special name: _ContentBaseDefinition.
CoreDeveloper Developer These are people who have experience with the FlexWiki code base and are trusted by the community to make sure that the changes they commit are safe and won't damage the integrity of the project
CoreDeveloperGuidelines Developer Additional development guidelines that you are expected to follow as a CoreDeveloper when making a contribution to the project.
CrapCollectorScript Administrator WikiTalk script for finding potential crap on this site
CreateCustomErrorPage Installation details how to create and configure a custom error page
CreatingDynamicTopics Indexing How to create dynamically sorted topics.
CreatingWikiBases Administrator, Installation, Review initial setup of a wiki
CustomBottomBorderWithDD Formatting This page has a custom bottom border that includes a DropDown of the last 5 Topic Versions
CustomizableTopicTemplates Administrator Create templates for new topics within a given namespace.
CustomizingBorders Formatting This page discusses techniques for editing borders.
DailyTipPage Array Integer Math Random Tip This is a page trying to display tips of the day
DateTimeDemo Examples This topic discusses how, using WikiTalk, dates and times can be manipulated.
DBCCCommands Sql Useful SQL Server DBCC Commands
DebuggingFlexWiki Developer a few tips on ASP.NET debugging of FlexWiki
DeleteATopic Help Describes how to delete (and undelete) a topic.
DerekLakin CoreDeveloper,Microsoft,Toucan,World,Penguin Derek Lakin is a C# .NET developer primarily focusing on Windows Forms development and a CoreDeveloper for FlexWiki. Currently employed by Content Master producing learning material, white papers, and presentations, primarily for Microsoft
DesignReview Developer resources for tracking design processes
DeveloperGuide Guide, Homepage Information on about how FlexWiki works internally and how to develop it (and software that works with it).
DeveloperGuidelines Developer The FlexWiki administrative staff have developed some guidelines to help ensure that FlexWiki continues to evolve as robust and reliable software
DeveloperHome Developer This is the home page for developers who want to contribute to FlexWiki
DeveloperHowTo Developer HowTos for developers
DeveloperSetup Developer How to get set up to do development work on FlexWiki on your machine
DiscussionSupportLibrary Developer, Examples this is a library of WikiTalk functions to support discussion pages with FlexWiki
DocumentMode Glossary DocumentMode is when a Wiki contribution is written in the third person and left unsigned. The piece of text is community property; it may have multiple and changing authors as it is updated to reflect the community consensus.
EmailAddressesInFlexWiki Help, Formatting Quick tip about making useful email links in FlexWiki.
EmbedWikiContentInWordDocuments Review
EmoticonFormattingRules Help, Formatting
EmoticonsActiveHere Help, Formatting
ExamplePropertyPage Homepage Help Naming Security A summary property will be displayed in the tooltips of any page in this wiki linking to this page. For example ExamplePropertyPage. Also used as HTML meta-tag in the header.
ExternalReferencesFormattingRules Formatting
ExtractingWikiContent Help Getting content out of FlexWiki
FallScenery JohnDavidson, PictureGallery a picture gallery of Ontario Fall Scenery shot in October 2007
FAQEditingAndFormatting Help, Formatting, Review FlexWiki FAQ on editing and formatting
FeatureRequests Review
FileAttachment Help, Review Details of file attachment feature implementation
FileLockingImplementation JohnDavidson, Blog describes the implementation of File Locking in TopicLocks.aspx
FindByCategory Examples
FleXhtmlDemo JohnDavidson, Blog demonstrates some of the simpler capabilities of the FleXhtml plugin
FleXhtmlImplementation JohnDavidson, Blog describes the implementation of a plugin allow use of XHTML in FlexWiki topics
FleXhtmlImplementationTback FleXhtmlImplementationTback
FlexLists Glossary a means of incorporating a list into a FlexWiki topic and then managing items in that list.
FlexListsImplementation JohnxDavidson, Blog describes the implementation of a FlexLists implementation in WikiTalk that support the management of multiple flexible lists for any desired purpose
FlexWiki20Announcement Installation Test the new version of FlexWiki!
FlexWiki2Upgrade Installation, Administration instructions for upgrading FlexWiki from version 1.8 to version 2.0
FlexWikiAdministrator Homepage a listing of the administrator related pages for FlexWiki
FlexWikiAsThreadedMessageBoard JohnDavidson Blog proposal to add threaded message board features to FlexWiki
FlexWikiAuthentication Security describes authentication options for FlexWiki
FlexWikiAuthorization Security Description of the new authorization features in FlexWiki 2.0.
FlexWikiBasics Help Basic concepts of FlexWiki
FlexWikiBinaries Installation How to install and configure FlexWiki on your own server
FlexWikiBlogging JohnDavidson, Blog a sample blog for JohnDavidson
FlexWikiConfiguration , Installation, Administrator Detailed information about how to configure your FlexWiki installation.
FlexWikiCSS Developer describes the standard CSS files and structures used by FlexWiki
FlexWikiDeveloper Homepage, Developer a listing of the installation related pages for FlexWiki
FlexWikiDevelopersList Developer This is the mailing list for people who are developing FlexWiki. Discussion here will likely be technical and focused on the internals of FlexWiki. The general list for users of FlexWiki is the FlexWikiUsersList.
FlexWikiEditor Review FlexWikiEditor is a Windows Forms client for FlexWiki that communicates with FlexWiki using the FlexWikiWebService.
FlexWikiEditorVersusFlexWikiPad Help, Review Explains the differences between FlexWikiEditor and FlexWikiPad.
FlexWikiEmacsMode Review an emacs major mode for setting up an interconnected set of pages using the FlexWiki markup language.
FlexWikiEngineDecoupling Developer, Review This topic concerns decoupling the FlexWiki Engine from it's UI and it's back end storage to allow extensibility in those areas
FlexWikiExamples Review Online examples of various FlexWiki sites.
FlexWikiFAQ Help This page provides answers to Frequently-Asked Questions about FlexWiki
FlexWikiFeatures Homepage A summary of features implemented in FlexWiki 2.0
FlexWikiForDocs Review This WikiTopic and its children discuss FlexWiki as a documentation delivery vehicle and technical review tool for software documentation and other technical content. -- KorbyParnell
FlexWikiFormatting Help Formatting provides information on various formatting capabilities within FlexWiki topics
FlexWikiForum Developer Discussion on moving the discussion board off of SourceForge to a threaded message board
FlexWikiGlossary Help, Homepage a listing of terminology used in FlexWiki
FlexWikiGuides Homepage a listing of the guides available for FlexWiki
FlexWikiGUIPhilosophyDiscussion Review This is the discussion that led to the development of FlexWikiPad.
FlexWikiHelp Homepage Help a topic containing a table of help related topics
FlexWikiInformationRoadmap Help, Review
FlexWikiInstallation Homepage, Installation a listing of the installation related pages for FlexWiki
FlexWikiInstallation Installation this topic presents a summary of installation related topics
FlexWikiLicense Developer
FlexWikiLocalisation Developer, Review _NormalBorders.wiki contains the definition of the menus on the left and on the right
FlexWikiMetaWeblogAPI Developer, Glossary, Review the MetaWebLogAPI is a popular blogging API that many applications support. The FlexWikiMetaWeblogAPI will wrap the FlexWikiWebService and expose some of the functions in the BloggerAPI and the MetaWeblogAPI allowing existing blogging implimentations to post/edit TopicNames.
FlexWikiNamingHelp Homepage Help Naming a topic containing a table of topics related to the naming of topics
FlexWikiNotification Administrator, Review discussion about how we enhance the way we get notified about changes on the wiki
FlexWikiPadChanges Administrator, Developer The changes that have been made to FlexWikiPad
FlexWikiParser Developer Information about work in progress on FlexWiki parser
FlexWikiPerformanceAnalysis Developer, Review Discussion about FlexWiki 1.8 versus 2.0 performance.
FlexWikiPictureGallery JohnDavidson, Blog a blog page about using FlexWiki for running a Picture Gallery
FlexWikiReleaseProcess Developer, Glossary, Review description of how and when builds are released on the SourceForgeProject site
FlexWikiReleases Administrator, Developer, Review Releases of Flex Wiki, please update this page when a new release is made.
FlexWikiReview Homepage this topic presents a list of topics requiring review
FlexWikiSecurity Homepage a listing of the security related pages for FlexWiki
FlexWikiSecurityConfiguration Administrator How to configure FlexWikiSecurity
FlexWikiSecurityNewsletter Administrator, Glossary This is the FlexWikiSecurityNewsletter for news about the FlexWikiSecurityProject.
FlexWikiSecurityRequirements Administrator, Developers FlexWiki Security Requirements for FlexWikiSecurityProject
FlexWikiSettingSectionHandler Administrator, Developers
FlexWikiSources Administrator, Developer, Glossary Latest builds: http://builds.flexwiki.com/download/
FlexWikiSqlSchema Developers, Sql, Review
FlexWikiSqlServer Homepage a listing of the Sql Server related pages for FlexWiki
FlexWikiStyleDiscussionForum qwsa
FlexWikiTemplates Help, Developers FlexWiki is being used successfully as a collaboration tool for developing FlexWiki!!! However, it's also being used as a collaboration tool for DasBlog, .Text, and FireWork. In addition many individuals are setting up their own personal Wikis sitting side by side with their blogs. Should FlexWiki provide some boilerplate templates so that you can have a relatively consistent starting point to collaborate?
FlexWikiTerminology Help Naming Provides an overview of basic FlexWiki terms like Topic, Namespace and Federation.
FlexWikiTools User, Review tools for working with FlexWiki.
FlexWikiTransportSecurity Security FlexWiki has the ability to require that content is served via HTTPS.
FlexWikiUserGuide Help How to create content in FlexWiki
FlexWikiUsersMailingList Developer
FlexWikiV2RenamePageUpdate Developer, Administrator This feature has now been implemented. See the accompanying ChangeNote. Thank you for your comments and feedback on this feature.
FlexWikiVersusMOSSWikiLibraries Administrator Some notes on comparing FlexWiki with MOSS wiki libraries
FlexWikiWebService Developer FlexWikiWebService is a WebService that exposes APIs for retrieving and modifying content on a FlexWiki instance.
FormsAuthenticationCommand Administrator, Security, Review An example of a Web.Config file that uses Forms authentication (the most simple type of authentication of ASP.NET).
FormStartPresentationDemo Formatting, Examples a sample page showing how to use presentation form start and end
Forum1_T1000 Forum1
Forum1_T2000 Forum1
Forum1_T2001 Forum1
Forum1_T2002 Forum1
Forum1_T2003 Forum1
Forum1_T3000 Forum1
FreeLink Naming, Glossary A FreeLink is a WikiName that is not PascalCase, usually a single word. These are delineated by single brackets [ and ].
FreeSoftwareFoundation Glossary The FreeSoftwareFoundation (FSF), founded in 1985, is dedicated to promoting computer users' right to use, study, copy, modify, and redistribute computer programs. http://www.fsf.org/
Fw18To20Dictionary Developer A dictionary of names/concepts that changed from 1.8 to 2.0
FwContrib Developer the SourceForge workspace where FwSync, FlexWikiPad, FwDocGen, FlexWikiEmacsMode, and wikidpad2flexwiki live.
FwDocGen Administrator, Review a command-line tool for generating FlexWiki pages from C# compiler-generated XML documentation files.
FwSync Administrator, Review FwSync is a command-line tool for editing the wiki.
FxCop Developer
GenericContainersFeature Developers, Review Discussion of the addition of containers to the WikiText syntax.
GenericTemplate Developer Brief statement of work item
GoodCitizen Developer Good Citizen Pattern
GoogleAd Glossary an advertisement provided by Google that matches the topic content, inserted into the topic using the plugin PluginLibrary.PluginLibraryContents
GoogleAdImplementation JohnDavidson, Blog dummy google ad for testing
GoogleLovesFlexWiki Administrator Google and search engines love the wiki
HiddenWikiPageProperty Glossary, Naming, Formatting A WikiPageProperty that is not visible in the rendered page.
HistoricalRSSFormat Administrator
HomeDemo Developer, Demo code samples of the Home object
HourlyChangesNewsletter Administrator, Glossary An email newsletter that notifies you about changes to pages on the wiki. Ships no more often than once an hour.
HowToBeforeIIS Installation If you have VS .NET installed and you want to get IIS/FlexWiki to work follow these tips.
HowTopicsAreStored Developer
HowToWiki User, HowTo an overview of how to create topics in a wiki with an emphasis on how to best utilize features in FlexWiki
HtmlSkins JohnDavidson, Blog describes a proposed implementation of XHTML Skins and updates recent development efforts
HtmlSyntaxAllowedDiscussion Administrator, Developer discussion of whether or not HTML syntax should be allowed in FlexWiki pages.
IBMPublicLicense Administrator, Review This license is highly designed to protect the rights of IBM, this license is clearly not meant to be used by an ISV nor by independent developers seeking a licensing model for their own software.
ImportNamespaceIntoWikiBase Administrator, Naming
IncludeWithWikiTalk Formatting, Examples To Include another Topic you need one Line WikiTalk:
InclusionTestPage Examples this page will be included by WikiTalkCantDoList
Installation Installation Installation guide for the FlexWiki / FlexWikiCore.
InstallIIS Installation a page with resources for installing IIS, required for FlexWiki
InstallingFlexWiki Installation Information about how to install the wiki
InstallingFlexWikiDetailed Installation Information about how to install the wiki, with detailed screenshots, in Windows 2003 R2 Standard
IntegerDemo Examples
IntegratedNewsletterDelivery Glossary, Administrator WikiNewsletters are delivered automatically by the running copy of FlexWiki. No distinct daemon needs to be run.
InterimBuild Administrator, Glossary FlexWiki is built using ContinuousIntegration. That means that a new build is created with every checkin. However, we don't release every build to SourceForge.
InternationalHeraldTribuneFeed RSS News from the International Herald Tribune using RSS and Atom feeds
InterWikiExamples Formatting Intersite Linking with InterWiki Behavior
IsWikiTalkGoodOrBad Developer, Review Discussion of the advantages and disadvantages of introducing a dynamic language like WikiTalk to FlexWiki
JimmySieben Developer, Personal FlexWiki user with experience setting up FlexWiki for project usage on an intranet.
JohnDavidsonBlog JohnDavidson a sample blog for JohnDavidson
JonathanHardwick Personal
KorbyParnell Personal Korby Parnell is a program manager on the Microsoft MSDN & TechNet Community team who formerly worked on Microsoft VisualStudioTeamSystem and before that, VisualStudio.
KyleMacarthur Array Integer Math Random Tip Contact details for Wikinaut
LastXTopics Examples, Review WikiTalk to grabs the top X number of recent topics
LatestFlexWikiBinaries Review The latest FlexWiki binary distribution
LicenseResearch Developer, Administrator, Review FlexWiki might need to choose a new license if it moves to SourceForge. Here are some notes about the various options.
LicenseStatementTemplate Developer This text should appear at the top of every source file in FlexWiki
LiChen Personal Li Chen's FlexWiki home page
LifehackerRSSFeed RSS Lifehacker - tips and downloads for getting things done
LinkedFederation Developer, Review LinkedFederations would allow a federation to include ContentBases that it can't reach via the local file system. This would likely be SOAP-based and would allow two people, each running a federation to include each other's ContentBases.
LinkingFormattingRules Help Formatting details about link formatting rules
ListenToYourCode Developer if you listen to your code, it'll tell you what you need.
ListManagementDemoSample JohnDavidson, Example this is the List topic for a demo of the List Management Feature in FlexWiki
ListNewsByProperty Review As seen on the main page of FlexWiki, display the top newest posts based on a hidden property.
ListOfEditingTopics Help Complete list (hopefully) of all things you can do on a page
LiveRSSFeeds Examples, RSS How to show an RSS feed on a wiki page
LocalTestingConfiguration Developer, Review how to setup your local machine to test your FlexWiki changes
LostAndFound Glossary The LostAndFound (see the menu, to the right left) contains a list of the topics that are not reachable from the My HomePage Test.
LPtest01 Peter Peter
ManageNamespace Glossary, Security An authorized action that allows full control of a particular namespace, including the ability to read, edit, and lock topics. See FlexWikiAuthorization.
MetaWikiNewsletter Administrators, Glossary This is the principal WikiNewsletter for news about building and maintaining FlexWiki (the software and the content).
MethodOverloadSupportInWikiTalk Developer A discussion about the pros and cons of adding support for overloaded methods in WikiTalk
MicrosoftRegionalDirector Glossary Regional Directors aren't Microsoft employees--they're independent developers, architects, trainers, and other professionals who provide a vital link between Microsoft and the developer community.
MicrosoftSecurityRSS RSS, Security, Administrator Headlines from Microsoft Security RSS Feeds
MikeSchinkel Personal Founder and President of Guides, Inc.
MinorEditsFeatureProposal Developer Your comments and feedback are invited on a potential new feature to allow minor edits to topics.
MobileFlexWiki Administrator Discussion about how Wiki (and FlexWiki) could be useful in mobile scenarios.
MovingFromDocumentModeToThreadMode Help
MozillaFirefox Glossary Mozilla's high-performance, open-source, standards-based browser.
MSNMessenger Glossary Instant messaging client from MSN.
MSWord Glossary MSWord, also Microsoft Word, is a word processing software.
MyOwnRSSFeedTests Examples, RSS An example of feeds that do work and some that don't
NameSpace Glossary In general, a namespace is an abstract container, which is or could be filled by names, or technical terms, or words, and these represent (stand for) real-world things.
NamespaceInfoType Developer, Glossary A namespaceInfo object provides information about a namespace
NamespaceManager Administrator, Glossary The NamespaceManager lets you list, modify and create the namespaces on an installation of FlexWiki.
NamespaceMap Installation, Glossary, Review The XML configuration file which defines your WikiFederation structure.
NamespaceMapSampleForSQLProvider Installation, Sql
NamespaceProvider Glossary An extension mechanism provided by Flexwiki to let namespaces be backed by any kind of store.
NamespaceRequestTools Administrator, Help FlexWiki has some forms and tools that help users request new namespaces and also help administrators manage these requests.
NamespaceSkipping Glossary Usually transitions from one namespace to another (or federation to federation) should be mostly invisible to users. There's one snag in this: when creating a topic, it sometimes gets created in the wrong place. It would ne nice to have a feature that helps users not make this mistake.
NamingStandardForLinks Glossary, Formatting The naming standard for FlexWiki does not follow the stanard wiki formatting. It uses Pascal casing. For example, ThisWillBeALink. For internal wiki links this is actually a better format in my opinion.
NathanJones Personal Nathan Jones
NathanJonesUtilities Examples, Developer A gathering of some WikiTalk functions
NewDeveloper Developer These are people who want to make changes to FlexWiki and check them back in, but haven't yet "earned" CoreDeveloper status
NewDeveloperCheckinProcess Developer, Review How NewDevelopers get their changes checked in
NewFederationConfiguration Glossary, Installation, Administrator, Review The FederationConfiguration is an XML file that defines most of the important things about your federation (the namespaces in the federation, etc.). You identify your FederationConfiguration file in the web.config file on your server (see WebConfiguration for details).
NewTestCSS JohnDavidson, Blog steps necessary to create a new css for FlexWiki in under 30 minutes
NoFollow Glossary, Security, Administrator An extension to HTML that search engines use to ignore potential LinkSpam.
NonBreakingSpacePresentationDemo Examples demonstration of using the NonBreakingSpace Presentation
NonUSDateHandling Administrator early versions of FlexWiki prior to 1.8.0449 had a problem when running using non US Date formats
NUnit Developer, Glossary An automatic testing tool (see http://www.nunit.org/ ).
ObjectDemo Developer, Examples
ObjectType Developer, Glossary Object is the root type in the WikiTalk language; almost all types inherit from Object
OdsWikiAd JohnDavidson, Developer, GoogleAd This is a GoogleAd unit for jwd_ods at monisys[dot]ca
OdsWikiBlogAd JohnDavidson, Developer, GoogleAd This is a GoogleAd unit for jwd_ods at monisys[dot]ca
OneMinuteWiki Help This is an quick introduction to what a wiki is.
OpeningStatement Glossary Do you remember the old dialectic: "Thesis, Antithesis, Synthesis"? An opening statement can be a Thesis (for a new thread or document intended to elicit discussion, debate, and lots of antitheses resulting, eventually, in a synthesis) or it can be a Synthesis of an on-going thread. -- JasonZio
OpenWiki2Flexwiki Administrator convert Openwiki files to Flexwiki layout
OptionalWikiTalkParameters Developer WikiTalk methods can support optional parameters. Here are some notes on implementing such methods.
PageHitCounter Glossary a counter that tracks the number of page views of a topic
PageHitCounterImplementation JohnDavidson, Blog a Hit Counter for entries in JohnDavidsonBlog
PagePropertyReference Examples, User example of including propties from a different topic page
PagePropertySet Developer Proposal for a new concept I call PagePropertySets
PageToIncludeSection Examples
PascalCase Glossary, Naming PascalCase words are WordsSmashedTogetherLikeThis with each word beginning with a capital letter.
PascalNormandin Personal Pascal Normandin is a computer engineer.
PassportInstallationProcedure Administrator, Installation Passport installation
PassThrough Glossary For Windows, Pass Through authentication is using the credentials you supplied on your client workstation to the resource using Windows Networking as the security resource.
PersonalizationSupportLibrary Developer, Examples this is a library of WikiTalk functions to support personalization of XHTML content within FlexWiki
PhilosophyForRulesNewParser JohnDavidson items about rule design for new parser
PictureGalleryLibrary Library, Developer, Examples a library for picture gallery suport functions
PlTest Example Testing GetListProperty function
PlugInInstallation Administrators, Developers How to install a PlugIn for FlexWiki
PlugInOverview Administrators, Developers, Users Overview information about FlexWiki PlugIns for developers, users and administrators
PluralFormSample Examples Sample page for WikiStrategyForPlurals - singular form.
PluralFormSamples Examples Sample page for demonstrating WikiStrategyForPlurals - plural form.
Polar Example
PossibleFutureDevelopment JohnDavidson, Blog describes possible future development of FlexWiki and discusses options available
PreformattedTextFormattingRules Formatting, Examples
PresentationsType Developer Presentations object
ProgressReportA Developer Weekly progress report by CraigAndera
ProgressReportB Developer Progress report by CraigAndera
ProgressReportC Developer Progress report by CraigAndera
ProgressReportD Developer Progress report by CraigAndera
ProgressReportE Developer FlexWiki Rearchitecture update by CraigAndera
ProgressReportF Developer Progress report on the FlexWiki upgrade by CraigAndera
PropertiesAsGlobalVariables Glossary, Examples Trick to use a property as a global variable.
PropertyBehavior Examples, Glossary This WikiBehavior lets you get the value of any property from any topic.
PropertyChecks Developer, Examples This topic can be included in the _NormalBorders topic so that a set of property checks can be performed on each topic with a table displayed in the side bar. Modify the list of lists of property names in the "DoPropertyChecks" macro to add new checks. The first string in each sub-list is the required property must have to be evaluated against the other items in the list.
ProWiki Developer Overview of another Wiki system with a strong concept of Properties, which might provide some ideas for future FlexWiki development.
PublicationsAboutFlexWiki Help List of publications about FlexWiki
QuickSetup Administrator, Installation How to get a simple running FlexWiki (1.x version requires ASP.NET 1.1 and 2.x requires ASP.NET 2.0)
qwsa_T15496680515 qwsa
qwsa_T15781426625 qwsa
qwsa_T17783403109 qwsa
RecentChangeNotes Developer
RecentChanges Help
RedirectProperty Glossary, Help The Redirect property allows links to one page to be redirected to another page.
ReflectionDemo Examples
ReflectionLibrary Developer, Examples
RegionerateSettings Developer Settings for use with the Regionerate tool.
RegularExpression Glossary a syntax describing a language used to describe text and to allow pattern matching
RenameRequests Naming If you want to have a page renamed, you can make the request here:
RenameTopic Glossary, Naming How to rename a topic
Request Developer
RequestType Developer Request object
ReRenameTopic Glossary, Naming How to rename a topic to its original name
RestorePreviousVersion Administrator, Help This function allows a FlexWiki user to restore an older version of the current page. This creates a new version of the page but uses a copy of the selected version.
RootFolder Glossary A RootFolder is the directory that contains the information about a ContentBase.
RssAggregator Help, Review
RSSFeed Glossary, Help Use an RSS reader to stay current with changes on a FlexWiki as they happen.
RSSFormat Developer, Review A place to discuss the RSS generated for FlexWiki.
SampleTopic Examples A very brief sample topic to evaluate the new styles
ScobelizerRSSFeed RSS Robert Scoble - The Tech Geek Blogger RSS Feed
SearchContactInterests Examples Testing parse of page properties and boolean search
SearchEngineFriendly Administrator FlexWiki and search engine optimization
SearchReplacePerlScript Administrator, Developer, Examples A Perl Script that replaces text in a .WIKI or .AWIKI file.
SecurityProposal Administrator, Security, Review This page is the Wiki side of a TandemDiscussion going on on the FlexWiki mailing list.
SeeAlso Glossary a common topic property used to direct the reader to other relevant topics
SettingUpFlexWikiInAnExistingVirtualServer Administrator, Installation installation instructions for FlexWiki in an existing virtual Server
SharedAssemblyInfo Developer Every project should include a link to the SharedAssemblyInfo.cs file in the solution folder.
SharedMembersSampleTopic1 Examples
SharePoint Developer
SharePointIntegrationEnhancement Administrator, Review FlexWiki would be great if it were integrated more with SharePoint. People who are used to using SharePoint would be faster to start using wiki if it were (better) integrates
SharpWiki Developer, Glossary The old name for FlexWiki.
ShortestTopics Administrator, Examples We'd like to look for short topics as they are probably junk pages that were created by first time visitors experimenting with wiki.
ShowingISBNLinks Glossary, Formatting Describes how to link to an external website to link by ISBN.
SimpleFormattingRules Help, Formatting the very basics of formatting wiki text
SiteIndex Glossary An index of all the topics on this site
SiteWorkItem Glossary, Help a SiteWorkItem is a request for changing the content of this website.
SmartTag Glossary A method of automatically recognizing content in a document or email message and allowing the user to perform actions on the recognized text.
SoftwareVersioning Glossary, Administrator, Developer, Examples The version of FlexWiki can be determined either by looking at the version number on the FlexWiki.DLL module (if you're an admistrator or developer) or by using the @@ProductVersion@@ WikiBehavior.
SolidRelease Glossary A release with high quality
SolidReleaseCriteria Developer, Review
SolidReleaseProject Administrator, Developer, Review This page describes the current FlexWiki community project: driving to a SolidRelease.
SolidReleaseSignupSheet Developer We're looking for developers who are willing to help with the SolidRelease project.
SourceForge Developer
SourceForgeBugTracker Developer
SourceForgeProject Developer
SourceSafe Glossary Visual SourceSafe is a version control system for professional developers.
SpecialCharacter Formatting Special characters are supported through CharacterReferences.
SQLDictionary Sql This is SQL that can be used to generate a basic dictionary
SqlProvider Installation, Security, Sql, Review, Glossary <Summary of bug fix>
SqlStoreManagerConsole Installation, Sql, Review a console application for creating a SqlServer database that can be used to store FlexWiki topics.
SqlStoreManagerGui Installation, Sql, Review a GUI application for creating a SqlServer database that can be used to store FlexWiki topics.
SqlToGenerateTableDetailsWiki Sql, Example This will create a detailed view of a table
SquareBracketsInLink Formatting, Help Links containing [ or ] are made correctly, but must be hand encoded to '[' = %5b and ']' = %5d
StableSort Glossary, Developer A StableSort preserves the order of records which have equal keys.
StandaloneTestingDetails Developer An overview of the different kinds of automated tests available for FlexWiki development.
StringDemo Examples, Developer
StringType Developer, Glossary Strings represent a sequence of characters
StyleSheetLibrary Formatting a sample of stylesheet settings
StylesheetOverride Formatting, Review configuration details for using OverrideStylesheet
SuggestedEnhancements Review
SyndicateFlexWiki Glossary, Administrator How to syndicate FlexWiki content onto other websites
SystemRequirements Installation
SzaMa Personal Marcell Szabó, student in computer sciences at bme.hu
Table Glossary, Sql A SQL Table: A two-dimensional object, consisting of rows and columns, used to store data in a relational database. Each table stores information about one of the types of objects modeled by the database. For example, an education database would have one table for teachers, a second for students, and a third for classes. ( MS Sql Transact Help)
TableFormattingInWiki Glossary, Formatting Tables in Wiki are formatted by delineating the cells with two vertical lines ("" "").
TableFormattingRules Help, Formatting Basic Rules for Formatting Tables in FlexWiki
TableOfContentsImplementation JohnDavidson, Blog describes the implementation of a TableOfContents method for TopicInfo in WikiTalk
TandemDiscussion Glossary A discussion held in email and on a Wiki site at the same time.
TemplatedQueryBehavior Developer a proposed WikiBehavior that can query pages for the value of properties and instantiate a template with the property values.
TestGoogleAd JohnDavidson, Developer, GoogleAd add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
TestingFlexWiki Developer Testing of FlexWiki is done with two kinds of testing: standalone and interactive.
TextGarden Glossary A set of TextMining tools written in C++ for windows at Jozef Stefan Institute, Slovenia
TextMiningProject Administrator, Developers, Examples SzaMa's project for enhancing FlexWiki with text mining algorithms
TextMiningProjectBlog Administrator, Developer What's up with the TextMiningProject? Ahh?
TextSizeAndColorFormattingRules Formatting
TexttileFormattingRules Help, Glossary information about textile formats supported
TheDifferenceBetweenTheFullAndUpdateDistribution Installation, Administrator
TheWikiConcept Help
ThreadedMessageForumDevelopmentUpdate JohnDavidson Blog update on progress for proposal to add threaded message board features to FlexWiki
ThreadedMessageImplementation JohnDavidson, Blog, Developers describes the implementation of threaded messages in FlexWiki for Forums, Blogs and Discussion pages
ThreadMode Glossary Thread mode is a form of discussion where our community holds a conversation.
ThreeLetterAbbreviation Example, Naming Three-letter abbreviation
ThreeWikiFormats Developer
TimeSpanType Developer, Glossary TimeSpan objects represent a period of time (e.g., 3 days and 4 hours)
TipForAddingHeadingsToWikiTalkTables Example Here is a WikiTalk function that makes a table of namespaces and their topic counts.
TitlePropertyBugs Examples, Naming There are some bugs in "Title" property implementation
TLA Example, Naming Summary of TLA Page and Redirect Summary: Three-letter abbreviation
ToDoListManagementFeature JohnDavidson, Blog describes the possible implementation of a To Do List Management feature in FlexWiki
ToDoProperty Glossary The ToDo property is a convenience for indicating wiki content requiring further work.
TopicBar Glossary The TopicBar is the area on a Wiki topic page where the name of the topic shows up. If you hover over this area and click with the mouse, you can type in a topic name there. If the topic exists, you'll be taken directly there. If it doesn't, you'll be taken to the edit page where you can create the new topic.
TopicContextType Developer, Glossary A TopicContext object identifies a topic, its holding namespace and the associated federation
TopicIndex Examples, Developer An index of all topics on this wiki.
TopicIndexBehavior Developer, Glossary A WikiBehavior that displays a list of topics filtered on specified criteria.
TopicIndexBehaviorExampleSiteIndex Developer, Examples Example of TopicIndexBehavior to generate a site index.
TopicIndexBehaviorExampleTopicsWithProperty Developer, Examples
TopicInfo Developer
TopicInfoArrayDemo Developer, Example, Review add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
TopicInfoDemo red, yellow, hot pink, isuzu, melodrama, Developer, Example This topic discusses how, using WikiTalk, you can access information about topics.
TopicInfoType Developer, Glossary A TopicInfo object can be used to discover things about a topic
TopicName Naming describes the rules around creating a name for a WikiTopic.
TopicNameEvalFunctions Examples
TopicNameEvalStory Examples, Review
TopicNameEvalTask1 Examples
TopicNameEvalTask2 Examples
TopicPropertyTable Examples
TopicsIOwn Personal, Examples, Review Show all of your topics on the Wiki through WikiTalk
TopicTips Glossary TopicTips are little hovering balloons over a link to a topic that tell you about that topic.
TopicTitle Glossary You can use the Title property to set the title of a page.
TopicURLFormat Naming
TopicVersionsInDDInBottomBorder Formatting, Examples
TrackerRFE Developer
TrackingChangesOnWiki Help, Administrator
TransportSecurityRequirementException Glossary, Administrator The exception that is thrown when a namespace has been configured to require HTTPS but access was via HTTP.
TroubleshootNewsletterFeature Help, Review
TWiki Glossary TWikiTM - an Enterprise Collaboration Platform
TypeType Developer A Type represents a type of WikiTalk object
UndefinedObjectType Developer UndefinedObject is the type of the single 'null' object in the WikiTalk language
UnderscoreInLinkBug Developer Reproduction of a possible bug with external links containing underscores.
UnderstandingSubversion Developer What you need to know about Subversion.
UnitTests Developer Learn about unit testing and how it can benefit your project
UpdateFrequency Glossary, Administrator UpdateFrequency is the minimum amount of time (specified in minutes) that is allowed to pass between WikiNewsletter mailings.
UpgradesAndBackwardCompatibility Installation, Administrator FlexWiki is easy to upgrade to a new build. Here's information about how.
UpperCanadaVillageLights JohnDavidson, PictureGallery a picture gallery of winter lights at Upper Canada Village (near Morrisburg, ON) in Dec 2007
URLPatternIssues Developer, Administrator Issues around URL Patterns reported on BugReports
UserGuide Guide, Homepage, Help How to create content in FlexWiki.
UtilityDemo Examples Example usage of the WikiTalk Utility class
UweThomas Personal, Examples This is the WikiSignature of UweThomas
ValidationTest Review add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
Version Administrator, Glossary Version of this install of FlexWiki
VeryQuick Glossary, Review The phrase Wiki Wiki is a Hawaiian term meaning very quick.
View Sql, Glossary A database object that can be referenced the same way as a table in SQL statements. Views are defined using a SELECT statement and are analogous to an object that contains the result set of this statement (MS Sql Transact Help)
ViewDeveloper Developer, Glossary These are people who want to grab the sources and be able to build, debug and modify FlexWiki but don't intend to check back in any changes
VimPluginForFlexWiki Review Using Vim to edit FlexWiki pages
VisitorBook Glossary, Help Use this page to share your experiences with the rest of the world: how you and your organization benefitted from using FlexWiki.
VisitorEventDemo Examples Examples on using the VisitorEvent objects
VisitorWelcome Help
WardCunningham Examples I'm here to play with WikiTalk. See WikiTalkDemos, WikiTalkLanguageManual, InstructionCard, FitAndFlexwiki.
WebConfiguration Installation, Administrator, Review
WebPart Glossary A WebPart is a flavor of server-side ASP.NET control that integrates well with Microsoft SharePoint
WhoIsWorkingOnWhat Developer, Review provides details about what each developer is currently working on
WhyWikiWorks Review
WikiAndSharePoint Administrator A discussion/comparison of Wiki and SharePoint concepts.
WikiBase Glossary a collection of wiki topics in a single TopicNamespace
WikiBehavior Glossary, Help, Examples A WikiBehavior is a dynamically-generated piece of content on a wiki page.
WikiBlade User, Help, Glossary A URL-based method for extracting just the body of a WikiTopic, to include in another website or Word, for example.
WikiCaptcha Administrators, Installation, Security Documentation about FlexWiki support for Completely Automated Process to Tell Computers and Humans Apart (CAPTCHA).
WikiClassPages Developer, Review
WikiCustomizeWebUserInterfaceWithWikiTalk Administrator, Developer, Examples How to customize the web user-interface for FlexWiki.
WikiDefect Glossary, Review a WikiDefect means that something is broken in the software.
WikiFeatureRequest Glossary, Review a WikiFeatureRequest means new functionality is desired.
WikiFeatures Help, Review Why use FlexWiki??
WikiFederation Glossary A collection of namespaces (WikiBases).
WikiGardening Administrator The process of cleaning up a wiki.
WikiHelpDesk Help This is a place to ask a question about FlexWiki and get an answer from one of the many knowledgable users
WikiHistory Glossary, Help WardCunningham invented the WikiWikiWeb in 1995.
WikiInclude Glossary, Help Syntax for Including one topic within another
WikiInventor Glossary WardCunningham created the first WikiWikiWeb in 1995 for the discussion of patterns in object-orientation. It is located at http://www.c2.com/cgi/wiki - the visitor's welcome at http://www.c2.com/cgi/wiki?WelcomeVisitors is a good place to start.
WikiMap Glossary, Help A Wiki site map. For now, a dynamically generated, alphabetical listing of all Topics and their Summary WikiPageProperty. This Topic Listing uses WikiTopicBehaviour. As the number of Topics increases, this page may take a few seconds to load
WikiMasters Help
WikiModelOverview Help an overview of the FlexWiki model
WikiNamespace Glossary, Naming A wikiNamespace holds a collection of related topics.
WikiNature Glossary How wikis behave. WikiNature is, that it changes with the mind and goals of the users. That means, that if they want to blog, the wiki should start blogging.
WikiNewsletter Installation A WikiNewsletter is a list of topics and a list of people who are interested in them. On a regular basi s, the topics are scanned for changes and if there are changes, notification of those changes is sent to the list of subscribers by email.
WikiNewsletterIndex Glossary, Administrators This is the list of all the WikiNewsletters on this wiki
WikiPageProperty Help, Naming, Glossary, Review WikiPageProperties are an easy way to give Wiki pages properties like Keywords, Summary, Definition, etc.
WikiPane Glossary The WikiPane is the area, on the right by default, that contains common wiki controls such as Versions dropdown, the Edit, Recent Changes, and Restore buttons and the About text area.
WikiPhilosophy Glossary Editability is Readability is Usability::Anyone can edit the Wiki.
WikiPresence Developer
WikiSignature Glossary describes the author of a comment or topic
WikiSites Administrator, Review
WikiSkins Developer Looking into how to implement skins for FlexWiki.
WikiSpam Glossary WikiSpam is the destructive anti-social bahaviour of posting of irrelavent information on wiki pages.
WikiSpec Glossary A WikiSpec is a collection of Wiki topics rolled up into a single, linear document. This is useful for collecting together information a set of topics, organized by for reading and/or printing.
WikiSpecExample Review
WikiStrategyForAbbreviations Glossary, Naming A strategy for working with abbreviations and their plural forms in FlexWiki.
WikiStrategyForPlurals Glossary, Naming Wiki strategy for working with singular and plural topics.
WikiTalk Developer, Glossary WikiTalk is a language for including dynamic content in FlexWiki topics.
WikiTalkAssignmentDiscussion Developer Discussion about adding assignment & multiple statements per block to WikiTalk
WikiTalkBlock Review a code section in WikiTalk
WikiTalkBugs Developer, Review
WikiTalkCantDoList Developer, Review List of things that you might want to do with WikiTalk but that doesn't appear to be possible.
WikiTalkCodeTodo Review List of things to do for WikiTalk; primarily what gets done before the first checkin
WikiTalkDemos Developer, Examples Demos showing how you can use WikiTalk.
WikiTalkDiscussion Developer, Review Discussion about WikiTalk
WikiTalkExpression Developer, Examples Expressions are the key syntactic building block of WikiTalk.
WikiTalkExpressionChain Developer, Examples Multiple WikiTalkExpressions can be strung together with the ';' operator.
WikiTalkExtendersGuide Review This topic provides information for developers who want to add new capabilities to WikiTalk
WikiTalkFunction Developer, Examples Functions make it easy to reuse common WikiTalk functionality.
WikiTalkImplementation Review Discussion of how WikiTalk is implemented; for FlexWiki hackers
WikiTalkLanguageManual Developer Technical review of the WikiTalk language
WikiTalkLanguageOverview Developer, Examples Overview of the WikiTalk language
WikiTalkLibrary Developer, Administrator Custom WikiTalk library functions.
WikiTalkLoopingDemo Developer, Examples Examples of using WikiTalk to loop, including finding topics with specific property values.
WikiTalkMember Developer, Glossary A WikiTalk member is either a property or a method of an object
WikiTalkObjectReference Developer
WikiTalkOperatorDiscussion Developer, Review Discussion on adding operator support to WikiTalk
WikiTalkReflection Glossary, Review Reflection is the ASP.NET ability, to inspect the WikiTalk language system itself and return information about exposed properties and methods.
WikiTalkTipsAndTechniques Developer, Review Tips and techniques for WikiTalk programmers.
WikiTalkTodo Glossary This is the topic that you'll find listed on all pages about WikiTalk that still need work.
WikiTalkType Developer Every WikiTalk object is of a particular type. That type governs what the object can do.
WikiTalkTypeHierarchy Developer Listing of WikiTalk types generated by reflection with drill-down to properties, functions and selected examples.
WikiTalkWellKnownObject Review The List of Well Known Objects in WikiTalk
WikiTheory Glossary, Help Discusses wiki as a concept, idea, paradigm, and meme; its philosopical roots, precedents, history, ideal uses, and potential to change the world.
WikiToHTML Developer, Administrator WikiToHTML is a tool for saving FlexWiki content to HTML. It is written in C#.
WikiTopic Glossary defines and describes what a topic is.
WikiVandalism Glossary Inconsiderate anti-social editing of a wiki.
WikiWiki Glossary Definition of WikiWiki on wikipedia.org
WikiWikiPolyglot Glossary Wiki is the Hawai'ian word for "quick."
WikiWikiWeb Help WikiWikiWeb summary.
WikiWord Glossary A WikiWord is a PascalCased word. It identifies a topic (=page) on a wiki.
WikiWords Glossary A WikiWord is a PascalCased word. It identifies a topic (=page) on a wiki.
WindowsAuthentication Installation, Administrator, Security, Review Step-by-step process on how to setup Windows Authentication on individual namespaces
WindowsAuthenticationExample Installation, Administrator, Security, Review An example of a Web.Config file that uses Windows authentication.
WithPropertyDemo Examples This page contains sample WikiTalk used on the WikiTalkWith page. Please don't change this unless you know what you're doing because you might bust the other page.
Word2FlexWiki Glossary, Administrator, Developer, Formatting A VBA macro for converting Microsoft Word documents to FlexWiki format
WordExportSample Examples
WorkingConfigurationSample Examples, Review
WorkItemTemplate Review Brief statement of work item

This code snippet displays the same information, but includes all namespaces:

 @@
 [
         "||{!}'''Page'''||{!}'''Keywords'''||{!}'''Summary'''||",
        Newline,
        federation.Namespaces.Collect{ns |
                ns.Topics.Select{each | each.HasProperty("Keywords")}.Collect{e | 
                        [ "||", e.Name, " ||",e.GetProperty("Keywords")," ||",e.GetProperty("Summary"),"||", Newline ]
                }
        }
 ] 
 @@


Question
How to get all the instances of the same property on one page? E.g. I can have a couple of ToDo properties on the same page and I want to display all of them. GetProperty returns just the last one. Thanks! - Adrian Vinca
Answer

Try TopicInfo.GetListProperty(propertyName). It returns an array of the values of this property. See TopicInfoType. - Dan Vanderkam

This only returns the list of values (e.g. values separated by comma) of the last "instance" of property "propertyName" and not the list/array of all specified properties. - Peter Mueller

Question

Implicit Properties

All topics have a set of ImplicitProperties that FlexWiki assigns to them without them appearing explictly on the page. These include:

_TopicName The name of the topic
_TopicFullName The full name of the topic (with version)
_LastModifiedBy The identity of the person who last modified the topic
_CreationTime The time when the topic was last created
_ModificationTime The time when the topic was last changed
_Body The unformatted text content of the topic

All of these properties are strings.

Object reference not set to an instance of an object.