Popular Posts
Word break tag : <wbr/> (HTML5) The  HTML  <wbr>  tag  is  used  defines  a  potential  line  break  point  if  needed.  This  stands  for  Word  BReak. This  is  u... CTE, recursive search WITH DepartmentSearch(DeptID, DeptParent, DeptName, OuID) AS (     -- 找出簽核者所屬部門     SELECT d.DeptID, d.DeptParent, d.DeptName, d.OuID     FR... Create web service client cross SSL with eclipse When creating web service cross SSL using eclipse, it occuss some error like below: And it can't build the client source from this wa...
Stats
Sharepoint list field
FieldType Class Type Type Display Name
Attachments Microsoft.SharePoint.SPFieldAttachments Attachments
Boolean Microsoft.SharePoint.SPFieldBoolean Yes/No
Calculated Microsoft.SharePoint.SPFieldCalculated Calculated
Choice Microsoft.SharePoint.SPFieldChoice Choice
Computed Microsoft.SharePoint.SPFieldComputed Computed
ContentTypeId Microsoft.SharePoint.SPField Content Type Id
Counter Microsoft.SharePoint.SPField Counter
Currency Microsoft.SharePoint.SPFieldCurrency Currency
DateTime Microsoft.SharePoint.SPFieldDateTime Date and Time
File Microsoft.SharePoint.SPFieldFile File
Guid Microsoft.SharePoint.SPFieldGuid Guid
Integer Microsoft.SharePoint.SPFieldNumber Integer
Lookup Microsoft.SharePoint.SPFieldLookup Lookup
ModStat Microsoft.SharePoint.SPFieldModStat Moderation Status
Note Microsoft.SharePoint.SPFieldMultiLineText Multiple lines of text
Number Microsoft.SharePoint.SPFieldNumber Number
Text Microsoft.SharePoint.SPFieldText Single line of text
URL Microsoft.SharePoint.SPFieldUrl Hyperlink or Picture
User Microsoft.SharePoint.SPFieldUser Person or Group
UserMulti Microsoft.SharePoint.SPFieldUser Person or Group