Pergunta

Como posso fazer isso para que certas pastas apareçam em diferentes visões?

ex:

Visualizar 1 (pasta A, documento A1, documento A2, documento A3) Ver 2 (Pasta B, Documento B1, Documento B2, Documento B3) Ver 3 (pasta A, documento A1, documento B3)

Eu sei como filtrar os documentos, eu simplesmente não consigo descobrir como filtrar as pastas ... por isso funciona da mesma forma que filtrar os arquivos.

é possível?

obrigado

Foi útil?

Solução

You can use content type inheritance to accomplish this. Create content types whose parent is "folder". Name them "folderA", "folderB", or whatever makes sense in your environment. Then you can filter those views on those content types.

Outras dicas

If you have Sharepoint Server 2010, you might also be able to accomplish this with File Sets. File Sets are folder-like in some ways, but they can also have their own metadata attributes just like files. Therefore by assigning a "filter group" metadata column to your File Serts you would in theory be able to filter them based on that value.

I can't say i've tried this yet myself but it's worth testing.

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