SlideShare a Scribd company logo
1 of 22
SharePoint Korea Conference 2013
SharePoint Korea Conference 2013
SharePoint Korea Conference 2013
•
•
•
•
SharePoint Korea Conference 2013
•
•
•
•
•
•
SharePoint Korea Conference 2013
SharePoint 2013 Search
SharePoint
2010
Search
FAST
Search for
SharePoint
FAST
Technology
SharePoint Korea Conference 2013
Http
File Shares
SharePoint
Profiles
Exchange
Lotus
Notes
Documentum
Custom
Crawl
Connectors
Parsers
Content
Pipeline
Indexing
Engine
Web
Service
Callout
CTS Runtime
Analyzer
Query
Engine
Query
Pipeline
REST Service
Client
Framework
CSOM
Index
Search
Schema
Mobile Apps
Windows 8 Apps
SP Apps
SharePoint
No-Code
Search
Center
오늘은
여기까지만
SharePoint Korea Conference 2013
•
•
•
•
•
•
•
SharePoint Korea Conference 2013
Keyword 예제 설명
일반
Text Korea “Korea”이 포함된 항목 검색
Wildcard kore* “Korea”와 “Korean” 같은 항목 검색
Phrase “Korea Conference” 정확한 구문 검색
문서
IsDocument Korea IsDocument:1 “Korea”을 포함한 문서 검색
FileExtension Korea FileExtension:docx “Korea”을 포함한 워드문서 검색
Author Author:Seung-Jin IsDocument:1 저자가 “Seung-Jin”인 문서 검색
Title Title:SharePoint IsDocument:1 제목이 “SharePoint”인 문서 검색
사람 Lastname Lastname:Kim 성이 “Kim”인 사람 검색
작업 contentClass contentClass:STS_ListItem_Tasks 모든 작업 항목 검색
http://msdn.microsoft.com/en-us/library/ee558911.aspx
SharePoint Korea Conference 2013
•
•
•
•
•
•
•
http://blogs.msdn.com/b/nadeemis/archive/2012/08/24/sharepoint-2013-search-rest-api.aspx
SharePoint Korea Conference 2013
SharePoint Korea Conference 2013
•
Custom Client Code
JavaScrip
t
Library
Silverlight
Library
.Net CLR
Library
_vit_bin/client.svc
ClientServer
Execute
Query
OData
_api
SharePoint Korea Conference 2013
SharePoint Korea Conference 2013
•











SharePoint Korea Conference 2013
•
•
•
•
•
•
•
•
•
•
SharePoint Korea Conference 2013
1. $.ajax(
2. {
3. url:
“http://site/_api/search/query?querytext='sharepoint'",
4. method: "GET",
5. headers: {
6. "accept": "application/json;odata=verbose",
7. },
8. success: Results.onSuccess,
9. error: Results.onError
10. }
11. );
SharePoint Korea Conference 2013
1.ClientContext cctx = new ClientContext("http://site");
2.KeywordQuery query = new KeywordQuery(cctx);
3.query.QueryText = "{KQL}";
4.SearchExecutor executor = new SearchExecutor(cctx);
5.ClientResult<ResultTableCollection> results =
6. executor.ExecuteQuery(query);
7.cctx.ExecuteQuery();
8.ResultTable result = results.Value[0];
9.foreach (var r in result.ResultRows){ }
SharePoint Korea Conference 2013
1. using (SPSite site = new SPSite("http://site")) {
2. KeywordQuery kq = new KeywordQuery(site);
3. kq.SourceId = new Guid(“{GUID}");
4. kq.QueryText = “{KQL}";
5. kq.Properties["Tag"] = “{GUID}";
6. ResultTableCollection resultTables =
7. new SearchExecutor().ExecuteQuery(kq);
8. }
SharePoint Korea Conference 2013
SharePoint Korea Conference 2013
•
•
•
•
•
•
•
•
•
•
SharePoint Korea Conference 2013
SharePoint Korea Conference 2013
•
•
• http://msdn.microsoft.com/en-us/library/ee534981.aspx
•
• http://msdn.microsoft.com/en-us/library/jj164060.aspx
•
• http://msdn.microsoft.com/en-us/library/jj163973.aspx
•
• http://msdn.microsoft.com/en-us/library/fp142380.aspx
•
• http://msdn.microsoft.com/en-us/library/fp142386.aspx
•
• http://msdn.microsoft.com/en-us/library/jj163951.aspx
•
• http://msdn.microsoft.com/en-us/library/jj163876.aspx
•
• http://msdn.microsoft.com/en-us/library/jj687488.aspx
•
•
•
•
SharePoint Korea Conference 2013
jincrom@gmail.com
http://fb.com/jincrom
http://jincrom.tistory.com

More Related Content

What's hot

SharePoint Search Secrets for Power Users & Administrators - Mike Smith
SharePoint Search Secrets for Power Users & Administrators - Mike SmithSharePoint Search Secrets for Power Users & Administrators - Mike Smith
SharePoint Search Secrets for Power Users & Administrators - Mike SmithMAX Technical Training
 
5. Your Crossref questions answered
5. Your Crossref questions answered5. Your Crossref questions answered
5. Your Crossref questions answeredCrossref
 
SharePoint 2013 Search Topology and Optimization
SharePoint 2013 Search Topology and OptimizationSharePoint 2013 Search Topology and Optimization
SharePoint 2013 Search Topology and OptimizationMike Maadarani
 
Introduction to SharePoint 2013 Search
Introduction to SharePoint 2013 SearchIntroduction to SharePoint 2013 Search
Introduction to SharePoint 2013 SearchSurfRay
 
Implementing Enterprise Search in SharePoint 2010
Implementing Enterprise Search in SharePoint 2010Implementing Enterprise Search in SharePoint 2010
Implementing Enterprise Search in SharePoint 2010Agnes Molnar
 
Understanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchUnderstanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchJeff Fried
 
search driven intranets
search driven intranetssearch driven intranets
search driven intranetsJeff Fried
 
Take Cloud Hybrid Search to the Next Level
Take Cloud Hybrid Search to the Next LevelTake Cloud Hybrid Search to the Next Level
Take Cloud Hybrid Search to the Next LevelJeff Fried
 
Understanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchUnderstanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchJeff Fried
 
Search Solution in SharePoint 2013
Search Solution in SharePoint 2013Search Solution in SharePoint 2013
Search Solution in SharePoint 2013Thuan Ng
 
Fried baspug hybrid share point
Fried baspug hybrid share pointFried baspug hybrid share point
Fried baspug hybrid share pointJeff Fried
 
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...Sezai Komur
 
Instant ECM with SharePoint 2010 - SPTechCon Boston 2011
Instant ECM with SharePoint 2010 - SPTechCon Boston 2011Instant ECM with SharePoint 2010 - SPTechCon Boston 2011
Instant ECM with SharePoint 2010 - SPTechCon Boston 2011Corey Roth
 
Search-Driven Applications with SharePoint 2013 (#SBSBE16)
Search-Driven Applications with SharePoint 2013 (#SBSBE16)Search-Driven Applications with SharePoint 2013 (#SBSBE16)
Search-Driven Applications with SharePoint 2013 (#SBSBE16)Maximilian Melcher
 
CARA MEMBUAT REFERENSI DAN SITASI PADA NASKAH
CARA MEMBUAT REFERENSI DAN SITASI PADA NASKAHCARA MEMBUAT REFERENSI DAN SITASI PADA NASKAH
CARA MEMBUAT REFERENSI DAN SITASI PADA NASKAHRelawan Jurnal Indonesia
 
SharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade storySharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade storySPC Adriatics
 
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)Jeff Fried
 
Search Options in SharePoint 2010
Search Options in SharePoint 2010Search Options in SharePoint 2010
Search Options in SharePoint 2010milanchauhan
 
SPSBE building an faq for end users
SPSBE building an faq for end usersSPSBE building an faq for end users
SPSBE building an faq for end usersPaul Hunt
 

What's hot (19)

SharePoint Search Secrets for Power Users & Administrators - Mike Smith
SharePoint Search Secrets for Power Users & Administrators - Mike SmithSharePoint Search Secrets for Power Users & Administrators - Mike Smith
SharePoint Search Secrets for Power Users & Administrators - Mike Smith
 
5. Your Crossref questions answered
5. Your Crossref questions answered5. Your Crossref questions answered
5. Your Crossref questions answered
 
SharePoint 2013 Search Topology and Optimization
SharePoint 2013 Search Topology and OptimizationSharePoint 2013 Search Topology and Optimization
SharePoint 2013 Search Topology and Optimization
 
Introduction to SharePoint 2013 Search
Introduction to SharePoint 2013 SearchIntroduction to SharePoint 2013 Search
Introduction to SharePoint 2013 Search
 
Implementing Enterprise Search in SharePoint 2010
Implementing Enterprise Search in SharePoint 2010Implementing Enterprise Search in SharePoint 2010
Implementing Enterprise Search in SharePoint 2010
 
Understanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchUnderstanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid Search
 
search driven intranets
search driven intranetssearch driven intranets
search driven intranets
 
Take Cloud Hybrid Search to the Next Level
Take Cloud Hybrid Search to the Next LevelTake Cloud Hybrid Search to the Next Level
Take Cloud Hybrid Search to the Next Level
 
Understanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid SearchUnderstanding and Applying Cloud Hybrid Search
Understanding and Applying Cloud Hybrid Search
 
Search Solution in SharePoint 2013
Search Solution in SharePoint 2013Search Solution in SharePoint 2013
Search Solution in SharePoint 2013
 
Fried baspug hybrid share point
Fried baspug hybrid share pointFried baspug hybrid share point
Fried baspug hybrid share point
 
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
 
Instant ECM with SharePoint 2010 - SPTechCon Boston 2011
Instant ECM with SharePoint 2010 - SPTechCon Boston 2011Instant ECM with SharePoint 2010 - SPTechCon Boston 2011
Instant ECM with SharePoint 2010 - SPTechCon Boston 2011
 
Search-Driven Applications with SharePoint 2013 (#SBSBE16)
Search-Driven Applications with SharePoint 2013 (#SBSBE16)Search-Driven Applications with SharePoint 2013 (#SBSBE16)
Search-Driven Applications with SharePoint 2013 (#SBSBE16)
 
CARA MEMBUAT REFERENSI DAN SITASI PADA NASKAH
CARA MEMBUAT REFERENSI DAN SITASI PADA NASKAHCARA MEMBUAT REFERENSI DAN SITASI PADA NASKAH
CARA MEMBUAT REFERENSI DAN SITASI PADA NASKAH
 
SharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade storySharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade story
 
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
 
Search Options in SharePoint 2010
Search Options in SharePoint 2010Search Options in SharePoint 2010
Search Options in SharePoint 2010
 
SPSBE building an faq for end users
SPSBE building an faq for end usersSPSBE building an faq for end users
SPSBE building an faq for end users
 

Similar to [SharePoint Korea Conference 2013 / 김승진] Share point 2013 검색 개발 방법

Enterprise Search Using SharePoint 2010 and FAST
Enterprise Search Using SharePoint 2010 and FASTEnterprise Search Using SharePoint 2010 and FAST
Enterprise Search Using SharePoint 2010 and FASTBert Johnson
 
SPC.Org - SharePoint 2013 Search
SPC.Org - SharePoint 2013 SearchSPC.Org - SharePoint 2013 Search
SPC.Org - SharePoint 2013 SearchBert Johnson
 
Fives ways to query SharePoint 2013 Search - SharePoint Summit Toronto 2013
Fives ways to query SharePoint 2013 Search - SharePoint Summit Toronto 2013Fives ways to query SharePoint 2013 Search - SharePoint Summit Toronto 2013
Fives ways to query SharePoint 2013 Search - SharePoint Summit Toronto 2013Corey Roth
 
Implementing Enterprise Search in SharePoint 2010
Implementing Enterprise Search in SharePoint 2010Implementing Enterprise Search in SharePoint 2010
Implementing Enterprise Search in SharePoint 2010Agnes Molnar
 
Succeeding with Hybrid SharePoint and search
Succeeding with Hybrid SharePoint and searchSucceeding with Hybrid SharePoint and search
Succeeding with Hybrid SharePoint and searchJeff Fried
 
Succeeding with Hybrid SharePoint
Succeeding with Hybrid SharePointSucceeding with Hybrid SharePoint
Succeeding with Hybrid SharePointJeff Fried
 
SharePoint 2013 Search Based Solutions
SharePoint 2013 Search Based SolutionsSharePoint 2013 Search Based Solutions
SharePoint 2013 Search Based SolutionsSPC Adriatics
 
Developing Search-driven application in SharePoint 2013
 Developing Search-driven application in SharePoint 2013  Developing Search-driven application in SharePoint 2013
Developing Search-driven application in SharePoint 2013 SPC Adriatics
 
People soft search framework
People soft search frameworkPeople soft search framework
People soft search frameworkAnoop Savio
 
Fried sp techcon hybrid search deeper dive
Fried sp techcon hybrid search deeper diveFried sp techcon hybrid search deeper dive
Fried sp techcon hybrid search deeper diveJeff Fried
 
Structured Document Search and Retrieval
Structured Document Search and RetrievalStructured Document Search and Retrieval
Structured Document Search and RetrievalOptum
 
Fried dallas spug
Fried dallas spugFried dallas spug
Fried dallas spugJeff Fried
 
Introduction to Azure Search
Introduction to Azure SearchIntroduction to Azure Search
Introduction to Azure SearchRadoslav Gatev
 
Search Strategy for Enterprise SharePoint 2013 - Vancouver SharePoint Summit
Search Strategy for Enterprise SharePoint 2013 - Vancouver SharePoint SummitSearch Strategy for Enterprise SharePoint 2013 - Vancouver SharePoint Summit
Search Strategy for Enterprise SharePoint 2013 - Vancouver SharePoint SummitJoel Oleson
 
2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten
2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten
2018 09-03 aOS Aachen - SharePoint demystified - Thomas VochtenaOS Community
 
PyCon India 2012: Rapid development of website search in python
PyCon India 2012: Rapid development of website search in pythonPyCon India 2012: Rapid development of website search in python
PyCon India 2012: Rapid development of website search in pythonChetan Giridhar
 
Tagging search solution design
Tagging search solution designTagging search solution design
Tagging search solution designAlexander Tokarev
 
Spsbe16 searchdrivenapplications-150419151108-conversion-gate01
Spsbe16 searchdrivenapplications-150419151108-conversion-gate01Spsbe16 searchdrivenapplications-150419151108-conversion-gate01
Spsbe16 searchdrivenapplications-150419151108-conversion-gate01BIWUG
 
Tagging search solution design Advanced edition
Tagging search solution design Advanced editionTagging search solution design Advanced edition
Tagging search solution design Advanced editionAlexander Tokarev
 

Similar to [SharePoint Korea Conference 2013 / 김승진] Share point 2013 검색 개발 방법 (20)

Enterprise Search Using SharePoint 2010 and FAST
Enterprise Search Using SharePoint 2010 and FASTEnterprise Search Using SharePoint 2010 and FAST
Enterprise Search Using SharePoint 2010 and FAST
 
Unleashing FAST Search
Unleashing FAST SearchUnleashing FAST Search
Unleashing FAST Search
 
SPC.Org - SharePoint 2013 Search
SPC.Org - SharePoint 2013 SearchSPC.Org - SharePoint 2013 Search
SPC.Org - SharePoint 2013 Search
 
Fives ways to query SharePoint 2013 Search - SharePoint Summit Toronto 2013
Fives ways to query SharePoint 2013 Search - SharePoint Summit Toronto 2013Fives ways to query SharePoint 2013 Search - SharePoint Summit Toronto 2013
Fives ways to query SharePoint 2013 Search - SharePoint Summit Toronto 2013
 
Implementing Enterprise Search in SharePoint 2010
Implementing Enterprise Search in SharePoint 2010Implementing Enterprise Search in SharePoint 2010
Implementing Enterprise Search in SharePoint 2010
 
Succeeding with Hybrid SharePoint and search
Succeeding with Hybrid SharePoint and searchSucceeding with Hybrid SharePoint and search
Succeeding with Hybrid SharePoint and search
 
Succeeding with Hybrid SharePoint
Succeeding with Hybrid SharePointSucceeding with Hybrid SharePoint
Succeeding with Hybrid SharePoint
 
SharePoint 2013 Search Based Solutions
SharePoint 2013 Search Based SolutionsSharePoint 2013 Search Based Solutions
SharePoint 2013 Search Based Solutions
 
Developing Search-driven application in SharePoint 2013
 Developing Search-driven application in SharePoint 2013  Developing Search-driven application in SharePoint 2013
Developing Search-driven application in SharePoint 2013
 
People soft search framework
People soft search frameworkPeople soft search framework
People soft search framework
 
Fried sp techcon hybrid search deeper dive
Fried sp techcon hybrid search deeper diveFried sp techcon hybrid search deeper dive
Fried sp techcon hybrid search deeper dive
 
Structured Document Search and Retrieval
Structured Document Search and RetrievalStructured Document Search and Retrieval
Structured Document Search and Retrieval
 
Fried dallas spug
Fried dallas spugFried dallas spug
Fried dallas spug
 
Introduction to Azure Search
Introduction to Azure SearchIntroduction to Azure Search
Introduction to Azure Search
 
Search Strategy for Enterprise SharePoint 2013 - Vancouver SharePoint Summit
Search Strategy for Enterprise SharePoint 2013 - Vancouver SharePoint SummitSearch Strategy for Enterprise SharePoint 2013 - Vancouver SharePoint Summit
Search Strategy for Enterprise SharePoint 2013 - Vancouver SharePoint Summit
 
2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten
2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten
2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten
 
PyCon India 2012: Rapid development of website search in python
PyCon India 2012: Rapid development of website search in pythonPyCon India 2012: Rapid development of website search in python
PyCon India 2012: Rapid development of website search in python
 
Tagging search solution design
Tagging search solution designTagging search solution design
Tagging search solution design
 
Spsbe16 searchdrivenapplications-150419151108-conversion-gate01
Spsbe16 searchdrivenapplications-150419151108-conversion-gate01Spsbe16 searchdrivenapplications-150419151108-conversion-gate01
Spsbe16 searchdrivenapplications-150419151108-conversion-gate01
 
Tagging search solution design Advanced edition
Tagging search solution design Advanced editionTagging search solution design Advanced edition
Tagging search solution design Advanced edition
 

[SharePoint Korea Conference 2013 / 김승진] Share point 2013 검색 개발 방법

  • 3. SharePoint Korea Conference 2013 • • • •
  • 4. SharePoint Korea Conference 2013 • • • • • •
  • 5. SharePoint Korea Conference 2013 SharePoint 2013 Search SharePoint 2010 Search FAST Search for SharePoint FAST Technology
  • 6. SharePoint Korea Conference 2013 Http File Shares SharePoint Profiles Exchange Lotus Notes Documentum Custom Crawl Connectors Parsers Content Pipeline Indexing Engine Web Service Callout CTS Runtime Analyzer Query Engine Query Pipeline REST Service Client Framework CSOM Index Search Schema Mobile Apps Windows 8 Apps SP Apps SharePoint No-Code Search Center 오늘은 여기까지만
  • 7. SharePoint Korea Conference 2013 • • • • • • •
  • 8. SharePoint Korea Conference 2013 Keyword 예제 설명 일반 Text Korea “Korea”이 포함된 항목 검색 Wildcard kore* “Korea”와 “Korean” 같은 항목 검색 Phrase “Korea Conference” 정확한 구문 검색 문서 IsDocument Korea IsDocument:1 “Korea”을 포함한 문서 검색 FileExtension Korea FileExtension:docx “Korea”을 포함한 워드문서 검색 Author Author:Seung-Jin IsDocument:1 저자가 “Seung-Jin”인 문서 검색 Title Title:SharePoint IsDocument:1 제목이 “SharePoint”인 문서 검색 사람 Lastname Lastname:Kim 성이 “Kim”인 사람 검색 작업 contentClass contentClass:STS_ListItem_Tasks 모든 작업 항목 검색 http://msdn.microsoft.com/en-us/library/ee558911.aspx
  • 9. SharePoint Korea Conference 2013 • • • • • • • http://blogs.msdn.com/b/nadeemis/archive/2012/08/24/sharepoint-2013-search-rest-api.aspx
  • 11. SharePoint Korea Conference 2013 • Custom Client Code JavaScrip t Library Silverlight Library .Net CLR Library _vit_bin/client.svc ClientServer Execute Query OData _api
  • 13. SharePoint Korea Conference 2013 •           
  • 14. SharePoint Korea Conference 2013 • • • • • • • • • •
  • 15. SharePoint Korea Conference 2013 1. $.ajax( 2. { 3. url: “http://site/_api/search/query?querytext='sharepoint'", 4. method: "GET", 5. headers: { 6. "accept": "application/json;odata=verbose", 7. }, 8. success: Results.onSuccess, 9. error: Results.onError 10. } 11. );
  • 16. SharePoint Korea Conference 2013 1.ClientContext cctx = new ClientContext("http://site"); 2.KeywordQuery query = new KeywordQuery(cctx); 3.query.QueryText = "{KQL}"; 4.SearchExecutor executor = new SearchExecutor(cctx); 5.ClientResult<ResultTableCollection> results = 6. executor.ExecuteQuery(query); 7.cctx.ExecuteQuery(); 8.ResultTable result = results.Value[0]; 9.foreach (var r in result.ResultRows){ }
  • 17. SharePoint Korea Conference 2013 1. using (SPSite site = new SPSite("http://site")) { 2. KeywordQuery kq = new KeywordQuery(site); 3. kq.SourceId = new Guid(“{GUID}"); 4. kq.QueryText = “{KQL}"; 5. kq.Properties["Tag"] = “{GUID}"; 6. ResultTableCollection resultTables = 7. new SearchExecutor().ExecuteQuery(kq); 8. }
  • 19. SharePoint Korea Conference 2013 • • • • • • • • • •
  • 21. SharePoint Korea Conference 2013 • • • http://msdn.microsoft.com/en-us/library/ee534981.aspx • • http://msdn.microsoft.com/en-us/library/jj164060.aspx • • http://msdn.microsoft.com/en-us/library/jj163973.aspx • • http://msdn.microsoft.com/en-us/library/fp142380.aspx • • http://msdn.microsoft.com/en-us/library/fp142386.aspx • • http://msdn.microsoft.com/en-us/library/jj163951.aspx • • http://msdn.microsoft.com/en-us/library/jj163876.aspx • • http://msdn.microsoft.com/en-us/library/jj687488.aspx • • • •
  • 22. SharePoint Korea Conference 2013 jincrom@gmail.com http://fb.com/jincrom http://jincrom.tistory.com