SPUtility.GetAllAuthenticatedUsers Method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Shared Function GetAllAuthenticatedUsers ( _
web As SPWeb _
) As String
'Usage
Dim web As SPWeb
Dim returnValue As String
returnValue = SPUtility.GetAllAuthenticatedUsers(web)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public static string GetAllAuthenticatedUsers(
SPWeb web
)
Parameters
- web
Type: Microsoft.SharePoint.SPWeb
Return Value
Type: System.String