Skip to content

Instantly share code, notes, and snippets.

@reslea
Created March 1, 2016 20:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reslea/564552907fca514ce61d to your computer and use it in GitHub Desktop.
Save reslea/564552907fca514ce61d to your computer and use it in GitHub Desktop.
Collection of internal names of system fields in sharepoint, except ID and Title
List<string> systemFieldsTitles = new List<string>()
{
"ContentTypeId",
"_ModerationComments",
"File_x0020_Type",
"ContentType",
"Modified",
"Created",
"Author",
"Editor",
"_HasCopyDestinations",
"_CopySource",
"owshiddenversion",
"WorkflowVersion",
"_UIVersion",
"_UIVersionString",
"Attachments",
"_ModerationStatus",
"Edit",
"LinkTitleNoMenu",
"LinkTitle",
"LinkTitle2",
"SelectTitle",
"InstanceID",
"Order",
"GUID",
"WorkflowInstanceID",
"FileRef",
"FileDirRef",
"Last_x0020_Modified",
"Created_x0020_Date",
"FSObjType",
"SortBehavior",
"PermMask",
"FileLeafRef",
"UniqueId",
"SyncClientId",
"ProgId",
"ScopeId",
"HTML_x0020_File_x0020_Type",
"_EditMenuTableStart",
"_EditMenuTableStart2",
"_EditMenuTableEnd",
"LinkFilenameNoMenu",
"LinkFilename",
"LinkFilename2",
"DocIcon",
"ServerUrl",
"EncodedAbsUrl",
"BaseName",
"MetaInfo",
"_Level",
"_IsCurrentVersion",
"ItemChildCount",
"FolderChildCount",
"Restricted",
"OriginatorId",
"NoExecute",
"AppAuthor",
"AppEditor",
"SMTotalSize",
"SMLastModifiedDate",
"SMTotalFileStreamSize",
"SMTotalFileCount",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment