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.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum CfSharingMode
Members
| Member name | Value | Description |
---|
| None | 0 | |
| ReadOnly | 1 | |
| ReadWrite | 2 | |
See Also