spws
Version:
SharePoint Web Services Wrapper
21 lines (20 loc) • 537 B
TypeScript
declare enum Field {
colName = "colName",
DisplaceOnUpgrade = "DisplaceOnUpgrade",
DisplayName = "DisplayName",
FromBaseType = "FromBaseType",
Hidden = "Hidden",
ID = "ID",
Name = "Name",
ReadOnly = "ReadOnly",
RowOrdinal = "RowOrdinal",
Sealed = "Sealed",
SourceID = "SourceID",
StaticName = "StaticName",
Type = "Type",
ShowInFileDlg = "ShowInFileDlg",
Filterable = "Filterable",
Sortable = "Sortable",
Choices = "Choices"
}
export default Field;