Click or drag to resize

RestrictionNotice Enumeration

Represents flags indicating that access to information may be denied or otherwise limited.

Namespace: Patagames.GedcomNetSdk.Enums
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
[FlagsAttribute]
public enum RestrictionNotice
Members
Member nameValueDescription
Confidential0 This data was marked as confdential by the user.
Locked1 Some systems may ignore changes to this data.
Privacy2 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