Frage

I'm working on SharePoint 2016 OnPremises. I created a view which renders the columns titles, as the _layouts/15/ViewEdit.aspx does.

The result:
enter image description here


The original rendering is slightly different:
enter image description here


Where do the discriptions (linked to item with edit menu), (linked to item) and (link to edit item) come from? I debugged the SPField items but was not able to find any reference.

War es hilfreich?

Lösung

If you fetch SchemaXML for field collection or field,

there is attribute called as AuthoringInfo holds descriptions (linked to item with edit menu), (linked to item) and (link to edit item).

Refer below image for detail: enter image description here

enter image description here enter image description here enter image description here

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top