Table of Contents

Class PersonalDataCollectorResult

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Represents result of the data collecting.

public class PersonalDataCollectorResult
Inheritance
object
PersonalDataCollectorResult
Extension Methods

Properties

Text

Returns data collecting result as text. Is null when no data was found.

public string Text { get; set; }

Property Value

string

See Also