Group.SiteCollectionAccessIds Property

Gets a list of SPSite IDs that have access to the local site collection group.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property SiteCollectionAccessIds As List(Of Guid)
    Get
'Usage
Dim instance As Group
Dim value As List(Of Guid)

value = instance.SiteCollectionAccessIds
public List<Guid> SiteCollectionAccessIds { get; }

Property Value

Type: System.Collections.Generic.List<Guid>
Returns List<T>.

Remarks

In order for a site collection to access its local group, it must be added the group. This list of site collection IDs indicates the set of SPSiteobjects that have access to this site collection group. These IDs have no effect if this is not a local site collection group.

Examples

public List<Guid> SiteCollectionAccessIds

See Also

Reference

Group Class

Group Members

Microsoft.SharePoint.Taxonomy Namespace

[M:Microsoft.SharePoint.Taxonomy.TermStore.CommitAll()]

IsSiteCollectionGroup

AddSiteCollectionAccess()

SiteCollectionAccessIds