[This is preliminary documentation and is subject to change.]

Gets the end user's license agreement to be shown and accepted by the user at the time of registration.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetRegistrationEula(
	OCResources ocr
)
Visual Basic (Declaration)
Public Function GetRegistrationEula ( _
	ocr As OCResources _
) As DataSet
Visual C++
public:
DataSet^ GetRegistrationEula(
	OCResources^ ocr
)

Parameters

ocr
Type: OfficeClip.Utils..::.OCResources
The OfficeClip resource object.

Return Value

DataSet corresponding to the registrationEULA.xml resource document. Please refer to the OfficeClip customization document (level 1 customization) for more information on how to use and customize these questions.

See Also