Expand Minimize
0 out of 1 rated this helpful - Rate this topic

SPUtility.GetAccountName method

Retrieves an account name, without provider information, given the full username associated with the account.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static string GetAccountName(
	string fullName
)

Parameters

fullName
Type: System.String
The full username associated with the account.

Return value

Type: System.String
A string that provides the account name for the account.

If the provided username is empty or null, this method throws an exception of ArgumentNullException.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.