본문 바로가기
반응형

개발언어/SharePoint 16

이 시스템에서 스크립트를 실행할 수 없으므로 C:\Scripts\GetDirectcloudSyncState.ps1 파일을 로드할 수 없습니다. 오류메시지 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Scripts\GetDirectcloudSyncState.ps1 파일을 로드할 수 없습니다. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=135170의 about_Execution_Policies를 참조하십시오. 처리 : 파워셀로 명령어 처리시 수행. Set-ExecutionPolicy Unrestricted 참고사이트 http://www.roelvanlisdonk.nl/?p=1129 Solution In development set the execution policy to Unrestricted. Set-ExecutionPolicy Unrestricted http://www.itexperience.ne.. 2015. 8. 31.
쉐어포인트 자동로그인 설정 ; Setting your Browser Options for Automatic Login Setting your Browser Options for Automatic LoginSkip to end of metadataCreated by Chris Edwards, last modified by Sarah Maddox [Atlassian] on Jun 01, 2010Go to start of metadataIf your browser and web applications support automatic login, you will be able to log in to your desktop computer, your intranet and the relevant web applications without being asked to log in again. Automatic login is al.. 2015. 2. 17.
Sharepoint ListItemCollect to JSON webservice return 참고할만한 사이트가 있다. http://geekswithblogs.net/DougLampe/archive/2012/04/20/two-best-sharepoint-utility-methods-ever-written.aspx 간단히 만들어 보았다.C#에서 DataTable로 만들고 다시 Json string 으로 웹서비스가 리턴하는 것이다. /// /// 데이타를 가져온다. /// /// public DataTable GetListAsDataTable() {DataTable dt=new DataTable();try {Web web=m_con.Site.RootWeb;CamlQuery camlQuery=new CamlQuery();camlQuery.ViewXml="" //하위폴더 탐색 //"" //+"" +"4.. 2014. 12. 16.
SharePoint Date UTC 말고 출력시 SharePoint Date UTC 말고 출력시 The different Query Options need to be handled a bit differently than with the SharePoint Server Object Model. The row limit can also be specified within the ViewXml property: query.ViewXml = "" + "" + "Belgium" + "" + "" + "5" + "";Dates in UTC You can choose to return dates in UTC (Coordinated Universal Time) by setting the DatesInUtc property of the CamlQuery instan.. 2014. 3. 17.
반응형