Parses location privacy fields (address, city, country)

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual string ParseLocationPrivacy(
	bool isFriend,
	IEntity2 entity,
	string fieldName
)
Visual Basic
Protected Overridable Function ParseLocationPrivacy ( 
	isFriend As Boolean,
	entity As IEntity2,
	fieldName As String
) As String
Visual C++
protected:
virtual String^ ParseLocationPrivacy(
	bool isFriend, 
	IEntity2^ entity, 
	String^ fieldName
)
F#
abstract ParseLocationPrivacy : 
        isFriend : bool * 
        entity : IEntity2 * 
        fieldName : string -> string 
override ParseLocationPrivacy : 
        isFriend : bool * 
        entity : IEntity2 * 
        fieldName : string -> string 

Parameters

isFriend
Type: System..::..Boolean
Determines if two users are friends
entity
Type: IEntity2
fieldName
Type: System..::..String
Field name to parse

Return Value

Type: String
Parsed location

See Also