Pergunta

I am wondering if there is any way to find a list all deletage controls which exist on SharePoint Root group by ControlID and Ordered by Sequence.

How does sharepoint locate the control with lowest sequence id when AllowMultipleControls is set to false?

Foi útil?

Solução

I guess one way to do this would be to iterate over all the feature definitions in the Farm looking for the relevant elements defintions. I recall needing to do something like that when I needed to list all Custom Actions. As the points above state, all the info can be seen using the reflector/ILSpy and you'll need to write your own versions.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top