spws
Version:
SharePoint Web Services Wrapper
70 lines (68 loc) • 2.58 kB
text/typescript
enum ListAttributes {
"AllowDeletion" = "AllowDeletion",
"AllowMultiResponses" = "AllowMultiResponses",
"AnonymousPermMask" = "AnonymousPermMask",
"Author" = "Author",
"BaseType" = "BaseType",
"Created" = "Created",
"DefaultViewUrl" = "DefaultViewUrl",
"Description" = "Description",
"Direction" = "Direction",
"DocTemplateUrl" = "DocTemplateUrl",
"EmailAlias" = "EmailAlias",
"EnableAttachments" = "EnableAttachments",
"EnableFolderCreation" = "EnableFolderCreation",
"EnableMinorVersion" = "EnableMinorVersion",
"EnableModeration" = "EnableModeration",
"EnablePeopleSelector" = "EnablePeopleSelector",
"EnableResourceSelector" = "EnableResourceSelector",
"EnableVersioning" = "EnableVersioning",
"EnforceDataValidation" = "EnforceDataValidation",
"EventSinkAssembly" = "EventSinkAssembly",
"EventSinkClass" = "EventSinkClass",
"EventSinkData" = "EventSinkData",
"ExcludeFromOfflineClient" = "ExcludeFromOfflineClient",
"FeatureId" = "FeatureId",
"Fields" = "Fields",
"Flags" = "Flags",
"HasExternalDataSource" = "HasExternalDataSource",
"HasRelatedLists" = "HasRelatedLists",
"HasUniqueScopes" = "HasUniqueScopes",
"Hidden" = "Hidden",
"ID" = "ID",
"ImageUrl" = "ImageUrl",
"IrmEnabled" = "IrmEnabled",
"IsApplicationList" = "IsApplicationList",
"ItemCount" = "ItemCount",
"LastDeleted" = "LastDeleted",
"MajorVersionLimit" = "MajorVersionLimit",
"MajorWithMinorVersionsLimit" = "MajorWithMinorVersionsLimit",
"MaxItemsPerThrottledOperation" = "MaxItemsPerThrottledOperation",
"MobileDefaultViewUrl" = "MobileDefaultViewUrl",
"Modified" = "Modified",
"MultipleDataList" = "MultipleDataList",
"Name" = "Name",
"NoThrottleListOperations" = "NoThrottleListOperations",
"Ordered" = "Ordered",
"PreserveEmptyValues" = "PreserveEmptyValues",
"ReadSecurity" = "ReadSecurity",
"RequireCheckout" = "RequireCheckout",
"RootFolder" = "RootFolder",
"ScopeId" = "ScopeId",
"SendToLocation" = "SendToLocation",
"ServerTemplate" = "ServerTemplate",
"ShowUser" = "ShowUser",
"StrictTypeCoercion" = "StrictTypeCoercion",
"ThrottleListOperations" = "ThrottleListOperations",
"ThumbnailSize" = "ThumbnailSize",
"Title" = "Title",
"Version" = "Version",
"WebFullUrl" = "WebFullUrl",
"WebId" = "WebId",
"WebImageHeight" = "WebImageHeight",
"WebImageWidth" = "WebImageWidth",
"WorkFlowId" = "WorkFlowId",
"WriteSecurity" = "WriteSecurity",
"StaticName" = "StaticName",
}
export default ListAttributes;