From 1071612ff6da3ed55c2609dfce43f249356c55b2 Mon Sep 17 00:00:00 2001 From: Boyd Date: Thu, 8 Dec 2016 11:34:07 -0700 Subject: [PATCH] Update FieldType.cs Added FieldType "address" --- Intuit.QuickBase.Core/FieldType.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Intuit.QuickBase.Core/FieldType.cs b/Intuit.QuickBase.Core/FieldType.cs index 5d3c176..441407d 100644 --- a/Intuit.QuickBase.Core/FieldType.cs +++ b/Intuit.QuickBase.Core/FieldType.cs @@ -82,6 +82,11 @@ public enum FieldType /// URL-Link /// url, + + /// + /// Address + /// + address, // TODO: To be deleted. timestamp, @@ -92,4 +97,4 @@ public enum FieldType vcardbutton, predecessor } -} \ No newline at end of file +}