SPWeb.IsCurrentUserMemberOfGroup method
取得目前的使用者是否為指定群組的成員。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function IsCurrentUserMemberOfGroup ( _
groupId As Integer _
) As Boolean
'用途
Dim instance As SPWeb
Dim groupId As Integer
Dim returnValue As Boolean
returnValue = instance.IsCurrentUserMemberOfGroup(groupId)
public bool IsCurrentUserMemberOfGroup(
int groupId
)
參數
groupId
Type: System.Int32群組識別碼 (ID)。
傳回值
Type: System.Boolean
true如果使用者是成員的群組。否則, false。