Initializes a new instance of the PrivacyWrapper class

Namespace: Cartella.Models.Wrappers
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public PrivacyWrapper(
	string userID,
	ISiteManager sm
)
Visual Basic
Public Sub New ( _
	userID As String, _
	sm As ISiteManager _
)
Visual C++
public:
PrivacyWrapper(
	String^ userID, 
	ISiteManager^ sm
)

See Also