 | RestrictionNotice Enumeration |
Represents flags indicating that access to information may be denied or otherwise limited.
Namespace: Patagames.GedcomNetSdk.EnumsAssembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax[FlagsAttribute]
public enum RestrictionNotice
<FlagsAttribute>
Public Enumeration RestrictionNotice
[<FlagsAttribute>]
type RestrictionNotice
Members| Member name | Value | Description |
|---|
| Confidential | 0 |
This data was marked as confdential by the user.
|
| Locked | 1 |
Some systems may ignore changes to this data.
|
| Privacy | 2 |
This data is not to be shared outside of a trusted circle, generally because it contains information about living individuals.
This defnition is known to admit multiple interpretations, so use of the Privacy restriction notice is not recommended.
|
Remarks
It is recommended that applications allow users to chose how
Confidential and/or
Privacy data is handled when interfacing
with other users or applications, for example by allowing them to exclude such data when exporting.
When a list of restriction notices enumeration values are present, all apply.
See Also