Pete Maroun
Pete Maroun

Reputation: 2075

Are custom Sharepoint Security Groups saved with a Sharepoint site temaplate

When a save a Sharepoint site that contains custom security groups as an stp file, does that stp file retain the groups?

Upvotes: 0

Views: 285

Answers (2)

Colin
Colin

Reputation: 10638

They will be include in the stp file, but i'm pretty sure they'll be broken if deployed to another site collection.

If you stay inside the same collection they'll continue to work. Security information is persisted in an stp.

P.S. I will vote to close this question, since it belongs on superuser.

Upvotes: 0

Pete Maroun
Pete Maroun

Reputation: 2075

Can someone validate this:

I think this makes sense that the Sharepoint groups are not exported with the sts file.

The sts file represents a Site. The Sharepoint groups are scoped at the Site Collection level. Creating other sites within a Site Collection allows you to share the same security groups across the site collection.

Upvotes: 1

Related Questions