You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > MetaData Class > MetaData Properties > GenerateDublinCore
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
MetaData.GenerateDublinCore Property

When enabled, this property automatically creates seven of the Simple Dublin Core metadata fields from standard CMS400.NET system properties. The default is false.

  • True = generate Simple Dublin Core metadata fields
  • False = do not generate Simple Dublin Core metadata fields
The seven fields and how they are associated with the CMS400.NET properties is explained in the CMS400.NET Developer Manual section "MetaData Server Control" > "Using the Simple Dublin Core Metadata Standard"

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue(false)]
[Description("Append Dublin Core Metadata")]
public bool GenerateDublinCore;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue(false)>
<Description("Append Dublin Core Metadata")>
Public Property GenerateDublinCore() As bool
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!