spws
Version:
SharePoint Web Services Wrapper
22 lines (20 loc) • 759 B
text/typescript
enum Field {
colName = "colName", // "tp_ContentTypeId"
DisplaceOnUpgrade = "DisplaceOnUpgrade", // "TRUE"
DisplayName = "DisplayName", // "Content Type ID",
FromBaseType = "FromBaseType", // "TRUE",
Hidden = "Hidden", // "TRUE",
ID = "ID", // "{03e45e84-1992-4d42-9116-26f756012634}",
Name = "Name", // "ContentTypeId",
ReadOnly = "ReadOnly", // "TRUE",
RowOrdinal = "RowOrdinal", // "0",
Sealed = "Sealed", // "TRUE",
SourceID = "SourceID", // "http= //schemas.microsoft.com/sharepoint/v3",
StaticName = "StaticName", // "ContentTypeId",
Type = "Type", // "ContentTypeId",
ShowInFileDlg = "ShowInFileDlg",
Filterable = "Filterable",
Sortable = "Sortable",
Choices = "Choices",
}
export default Field;