Click or drag to resize
MembershipInfoProviderGetInfoByGuid Method (Guid, Int32, Boolean)
Gets an instance of info object based on the GUID.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
protected override MembershipInfo GetInfoByGuid(
	Guid guid,
	int siteId,
	bool useHashtable = true
)

Parameters

guid
Type: SystemGuid
GUID of the object
siteId
Type: SystemInt32
Site ID
useHashtable (Optional)
Type: SystemBoolean
If true, the object is taken through the hashtable

Return Value

Type: MembershipInfo
See Also