Developer forum

Forum » Development » Where is Metafield Title located in the dba?

Where is Metafield Title located in the dba?


Reply

Where can i find the field for pagetitle under the tab meta in Edit page?

 

I can find Description & Keywords but i cant find title iguess im blind :)


Replies

 
Nicolai Høeg Pedersen
Reply
jed@dkis.dk wrote:

Where can i find the field for pagetitle under the tab meta in Edit page?

 

I can find Description & Keywords but i cant find title iguess im blind :)


 

Its part of the Dublin Core XML found in Dynamic.mdb, Page table in field PageDublincore. The value is found in the PageDublincoreTitle node.

 

You can access the value in your code:

PageView.Page.Value("PageDublincoreTitle")

 

 
Reply
np wrote:
jed@dkis.dk wrote:

Where can i find the field for pagetitle under the tab meta in Edit page?

 

I can find Description & Keywords but i cant find title iguess im blind :)


 

Its part of the Dublin Core XML found in Dynamic.mdb, Page table in field PageDublincore. The value is found in the PageDublincoreTitle node.

 

You can access the value in your code:

PageView.Page.Value("PageDublincoreTitle")

 


 

Thanks Nicolai :)

 

You must be logged in to post in the forum