Click or drag to resize
CfSharingMode Enumeration
Custom Field sharing mode. It defines if Custom Field is shared and editable by provider or requestor. It is static localized dictionary based on [vlangCfSharingMode] view; there is no underlying table;

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum CfSharingMode
Members
  Member nameValueDescription
None0
ReadOnly1
ReadWrite2
See Also