{"version":3,"sources":["webpack:///./src/components/PageWrapper/PageWrapper.js","webpack:///./src/components/PageWrapper/index.js","webpack:///./src/assets/image/png/logo-two.png","webpack:///./src/assets/image/png/quote-icon.png","webpack:///./src/pages/blog/Reset-SharePoint-Version.js"],"names":["PageWrapper","children","headerDark","footerDark","gContext","useContext","GlobalContext","useEffect","goHeaderDark","goHeaderLight","goFooterDark","goFooterLight","module","exports","Post","styled","Box","theme","colors","heading","text","iconQuote","BadgePost","mr","mb","bg","color","fontSize","px","py","BlogDetails","className","lg","variant","src","titleImage","alt","styles","href","mt"],"mappings":"iIAwBeA,EApBK,SAAC,GAA0D,IAAxDC,EAAuD,EAAvDA,SAAuD,IAA7CC,kBAA6C,aAAzBC,kBAAyB,SACtEC,EAAWC,qBAAWC,KAgB5B,OAdAC,qBAAU,WACJL,EACFE,EAASI,eAETJ,EAASK,gBAGPN,EACFC,EAASM,eAETN,EAASO,kBAEV,CAACP,EAAUF,EAAYC,IAEnB,oCAAGF,ICrBZ,mC,uBCAAW,EAAOC,QAAU,IAA0B,wD,mBCA3CD,EAAOC,QAAU,0N,kCCAjB,mLAaMC,EAAOC,YAAOC,KAAV,iFAAGD,CAAH,mkBA2BG,qBAAGE,MAAkBC,OAAOC,WAc5B,qBAAGF,MAAkBC,OAAOE,OAGpBC,KAoBfC,EAAY,SAAC,GAAD,IAAGrB,EAAH,EAAGA,SAAH,OAChB,kBAAC,IAAD,CACEsB,GAAI,EACJC,GAAI,EACJC,GAAG,UACHC,MAAM,UACNC,SAAS,OACTC,GAAI,EACJC,GAAI,GAEH5B,IA6JU6B,UAzJK,WAClB,OACE,oCACE,kBAAC,IAAD,CAAa3B,YAAU,GACrB,kBAAC,IAAD,CAAS4B,UAAU,QACjB,yBAAKA,UAAU,SACf,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKA,UAAU,sCACb,kBAAC,IAAD,CAAKC,GAAG,MACN,kBAAC,IAAD,CAAOC,QAAQ,QAAf,eACA,kBAAC,IAAD,CAAKF,UAAU,iCACb,kBAAC,IAAD,CAAMR,GAAI,GAAV,gBACA,kBAAC,IAAD,6BAMV,kBAAC,IAAD,CAASQ,UAAU,aACjB,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,GAAG,KAAKD,UAAU,QAErB,kBAACjB,EAAD,KACE,6BACE,yBACEoB,IAAKC,IACLC,IAAI,cACJL,UAAWM,IAAOF,cAGtB,6BACE,2DAC+B,IAC7B,uBAAGG,KAAK,0BAAR,eAFF,uCAMA,uKAGgC,IAC9B,uBAAGA,KAAK,0BAAR,eAJF,mGASA,mCACO,uBAAGA,KAAK,0BAAR,eADP,sGAGwC,IACtC,uBAAGA,KAAK,0BAAR,eAJF,+NAWA,+CACA,6CACkB,IAChB,uBAAGA,KAAK,0BAAR,eAFF,kdAaA,8KAGuC,IACrC,uBAAGA,KAAK,0BAAR,gBAJF,yHASA,8EACA,4BACE,6CACiB,IACf,uBAAGA,KAAK,0BAAR,eAFF,6DAG2D,IACzD,uBAAGA,KAAK,0BAAR,eAJF,MAMA,qCACS,IACP,uBAAGA,KAAK,0BAAR,oBAAsD,IAFxD,wCAKA,wCACW,uBAAGA,KAAK,0BAAR,WADX,uCAIA,+EACA,6EACA,sCACU,IACR,uBAAGA,KAAK,0BAAR,qBAEF,kFACsD,IACpD,uBAAGA,KAAK,0BAAR,aAEF,6FAMF,+GAE0B,IACxB,uBAAGA,KAAK,gEAAR,QAHF,8EAOqB,IACnB,uBAAGA,KAAK,0BAAR,eARF,iGAU0C,IACxC,uBAAGA,KAAK,0BAAR,eAXF,kGAgBA,yDAC8B,IAC5B,uBAAGA,KAAK,0BAAR,eAFF,4GAIwC,IACtC,uBAAGA,KAAK,0BAAR,eALF,iCAUJ,kBAAC,IAAD,CAAKP,UAAU,SAASQ,GAAI,GAC1B,kBAACjB,EAAD,4BACA,kBAACA,EAAD,mBACA,kBAACA,EAAD","file":"component---src-pages-blog-reset-share-point-version-js-f79b815231ec4a8554c8.js","sourcesContent":["import React, { useEffect, useContext } from \"react\";\r\n\r\nimport GlobalContext from \"../../context/GlobalContext\";\r\n\r\nconst PageWrapper = ({ children, headerDark = false, footerDark = false }) => {\r\n const gContext = useContext(GlobalContext);\r\n\r\n useEffect(() => {\r\n if (headerDark) {\r\n gContext.goHeaderDark();\r\n } else {\r\n gContext.goHeaderLight();\r\n }\r\n\r\n if (footerDark) {\r\n gContext.goFooterDark();\r\n } else {\r\n gContext.goFooterLight();\r\n }\r\n }, [gContext, headerDark, footerDark]);\r\n\r\n return <>{children};\r\n};\r\n\r\nexport default PageWrapper;\r\n","export { default } from \"./PageWrapper\";\r\n","module.exports = __webpack_public_path__ + \"static/logo-two-70cc9ee186072b48fb3823e895d263a2.png\";","module.exports = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUAgMAAADjMLVqAAAADFBMVEUAAADOzdnLy9fNzNnFSrqAAAAAA3RSTlMAwEBHUFIAAAAAMElEQVQI12P4//8/TXH9DwYw3v8FguX/QbD+Xwhm/98Axtz/HcCY8f8DMGb6fwGEATzAX6F1fY8jAAAAAElFTkSuQmCC\"","import React from \"react\";\r\nimport { Link } from \"gatsby\";\r\nimport { Container, Row, Col } from \"react-bootstrap\";\r\n\r\nimport PageWrapper from \"../../components/PageWrapper\";\r\nimport { Section, Title, Text, Box, Badge } from \"../../components/Core\";\r\n\r\nimport styled from \"styled-components\";\r\n\r\nimport titleImage from \"../../assets/image/png/logo-two.png\";\r\nimport iconQuote from \"../../assets/image/png/quote-icon.png\";\r\nimport styles from \"../../assets/styles/blog.module.css\";\r\n\r\nconst Post = styled(Box)`\r\n overflow: hidden;\r\n font-size: 1rem;\r\n\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6,\r\n p,\r\n blockquote,\r\n pre,\r\n ul,\r\n ol {\r\n margin-bottom: 1.25rem;\r\n &:last-child {\r\n margin-bottom: 0;\r\n }\r\n }\r\n\r\n h2,\r\n h3,\r\n h4,\r\n h5,\r\n h6 {\r\n margin-top: 2.25rem;\r\n margin-bottom: 1.25rem;\r\n color: ${({ theme }) => theme.colors.heading} !important;\r\n }\r\n ol li {\r\n list-style-type: decimal;\r\n }\r\n\r\n ul li {\r\n list-style-type: disc;\r\n }\r\n\r\n blockquote {\r\n margin-bottom: 1.25rem;\r\n padding-left: 50px;\r\n position: relative;\r\n color: ${({ theme }) => theme.colors.text} !important;\r\n font-size: 20px;\r\n &::after {\r\n content: url(${iconQuote});\r\n display: inline-block;\r\n min-width: 28px;\r\n max-width: 28px;\r\n margin-top: 8px;\r\n margin-right: 23px;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n }\r\n }\r\n img,\r\n iframe,\r\n video {\r\n max-width: 100%;\r\n margin-bottom: 2rem;\r\n display: block;\r\n }\r\n`;\r\n\r\nconst BadgePost = ({ children }) => (\r\n \r\n {children}\r\n \r\n);\r\n\r\nconst BlogDetails = () => {\r\n return (\r\n <>\r\n \r\n
\r\n
\r\n \r\n \r\n \r\n ShareMaster\r\n \r\n Jan 17, 2024\r\n Michael Tippett\r\n \r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n {/* */}\r\n \r\n
\r\n \r\n
\r\n
\r\n

\r\n Streamlining Efficiency with{\" \"}\r\n ShareMaster:\r\n Effortless File Version Rollbacks\r\n

\r\n\r\n

\r\n Are you in search of a straightforward method to perform\r\n file version rollbacks in your SharePoint document\r\n library? Look no further than{\" \"}\r\n ShareMaster, a robust\r\n tool designed to simplify version control and make\r\n resetting file versions a breeze.\r\n

\r\n\r\n

\r\n With ShareMaster, you\r\n can easily reset file versions. This feature is readily\r\n available in the free-tier version of{\" \"}\r\n ShareMaster, allowing\r\n you to select multiple files from your SharePoint document\r\n library and specify the version to which you want to reset\r\n them. It's an incredibly user-friendly process that can\r\n save you valuable time and effort.\r\n

\r\n\r\n

Important Note:

\r\n

\r\n While utilizing{\" \"}\r\n ShareMaster's Version\r\n Reset feature is a powerful way to reset file versions,\r\n it's crucial to understand how it works. Essentially, this\r\n feature captures a snapshot of the most recent version and\r\n duplicates it as version 1, subsequently advancing the\r\n version number. As a result, the entire version history is\r\n wiped clean, leaving only the latest file version and its\r\n associated metadata intact. The primary objective of this\r\n function is to reset the version number itself.\r\n

\r\n\r\n

\r\n If your needs require similar functionality while\r\n preserving both file and metadata versions, we invite you\r\n to reach out to us via our website's{\" \"}\r\n \"Contact Us\" page.\r\n Depending on demand, we may explore the development of a\r\n tailored solution to meet your specific requirements.\r\n

\r\n\r\n

Steps to Reset Version Numbers in ShareMaster:

\r\n
    \r\n
  1. \r\n Upon launching{\" \"}\r\n ShareMaster,\r\n navigate to Explore Master (included in the free-tier of{\" \"}\r\n ShareMaster).\r\n
  2. \r\n
  3. \r\n Select{\" \"}\r\n \"Add Connection\"{\" \"}\r\n and sign in to your SharePoint site.\r\n
  4. \r\n
  5. \r\n Click on \"Files\" in\r\n the left-hand navigation panel.\r\n
  6. \r\n
  7. Locate the document library hosting your files.
  8. \r\n
  9. Handpick the file or files you wish to reset.
  10. \r\n
  11. \r\n Opt for{\" \"}\r\n \"Reset Version.\"\r\n
  12. \r\n
  13. \r\n Choose your desired version and confirm by clicking{\" \"}\r\n \"Reset.\"\r\n
  14. \r\n
  15. \r\n Witness the successful rollback of your file version\r\n number.\r\n
  16. \r\n
\r\n\r\n

\r\n To see a step-by-step demonstration of the process, check\r\n out the video available{\" \"}\r\n \r\n here\r\n \r\n . This video showcases the seamless process of resetting\r\n file versions with{\" \"}\r\n ShareMaster,\r\n highlighting its immense value for anyone engaged in\r\n managing SharePoint document libraries.{\" \"}\r\n ShareMaster is\r\n thoughtfully designed to elevate the efficiency of your\r\n document library management tasks.\r\n

\r\n\r\n

\r\n Embrace the capabilities of{\" \"}\r\n ShareMaster today and\r\n revolutionize your version control process. Simplify the\r\n management of your document library –{\" \"}\r\n ShareMaster makes it\r\n easier than ever!\r\n

\r\n
\r\n
\r\n \r\n Development Product\r\n SharePoint\r\n Document Managmenet\r\n \r\n \r\n
\r\n
\r\n
\r\n
\r\n \r\n );\r\n};\r\nexport default BlogDetails;\r\n"],"sourceRoot":""}