Pregunta

Tengo un sitio que está empezando a contener múltiples sub-sitios.Uno por proyecto.Me gustaría agregar algunas columnas a la lista del sitio.No he podido encontrar una manera fácil de hacer esto.¿Algunas ideas?A continuación se muestra la vista de los sitios y donde me gustaría agregar las columnas.Es de los _layouts / viewlsts.aspx? Shawsites= 1 Página. ejemplo

¿Fue útil?

Solución

I do not believe what you are trying to do is possible, as this is an OOTB layouts page, rather than a list. However, it would be fairly simple to create a 'Project Sub-Sites' list within your top-level site, and add whatever additional columns you require. This would require manually updating on each new site creation.

If you wanted to go a custom-code route, you could look into the WebProvisioned event receiver: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spwebeventreceiver.webprovisioned%28v=office.14%29.aspx

Licenciado bajo: CC-BY-SA con atribución
scroll top