Welcome Guest, you are in: Login

MUST Creative Engineering Laboratory

RSS RSS

Navigation



Technical Doc



Search the wiki
»

MUST Corp.

MUST Corp.

www.must.or.kr

 Microsoft CERTIFIED Partner Software Development, Web Development, Data Platform

 Microsoft Small Business Specialist

MCSD

Microsoft Certified IT Professional

Microsoft Certified Professional Developer

Page History: TourMap.CreateBoard at CITY

Compare Page Revisions



« Older Revision - Back to Page History - Current Revision


Page Revision: 2011/12/06 20:07


default.ascx example

<%=TourMap.CreateBoard(new TourMapBoardParameters {
	BoardId = new Guid("0BA809F8-75C5-472C-99F9-F3F81AFF4A6F"),  //BoardID is define in  TOUR's each default.aspx
	ShowListMap = false,
	DivisionId = BoardGroup1Detector.Detect().Value,
	GroupIdList = new Dictionary<Guid, string> {
		{ new Guid("7AD7339A-A0E0-43FC-B291-A8C4B6A9FC2F"), "지방 유형문화재" },  //GroupIdList is define in  TOUR's each default.aspx
		{ new Guid("D062D500-13A5-4AAD-9163-8354DD4719C6"), "지방 민속자료" },
		{ new Guid("1B8ADE5D-F5E1-4F0A-8C36-1D9315018B99"), "지방 문화재자료" },
		{ new Guid("7CC5B786-44FA-4F6B-9F59-8D85135EA8AF"), "지방 무형문화재" },
		{ new Guid("A5414E1B-2AE6-4F42-8624-0D3AAB2684AB"), "지방 기념물" },
		{ new Guid("FFDA4564-A459-474E-BCDB-8C3CEC5F38D6"), "전통사찰" },
		{ new Guid("D51E270D-FE3F-4DC8-BF47-7AF2FDFA5D16"), "비지정" },
		{ new Guid("803D702C-7078-4BA1-9534-356E12F83AB5"), "국보" },
		{ new Guid("3DBA0FAE-981C-434E-9926-45E0778919E6"), "국가 천연기념물" },
		{ new Guid("E71C9AC9-155A-4A55-8C42-E1F4ADF325BF"), "국가 중요민속자료" },
		{ new Guid("E5772315-094E-46EF-9623-57DA6D7E0756"), "국가 중요무형문화재" },
		{ new Guid("ED6EB11A-B53B-4B10-9CAA-8BF683B05D39"), "국가 사적" },
		{ new Guid("ABAE1A2A-FDA1-405C-90F9-7D342407D18E"), "국가 보물" },
		{ new Guid("D97F15A7-6905-4A4E-BACE-68DD41CC035E"), "국가 명승" },
		{ new Guid("DB7A09D6-F7CA-4AD8-9C35-5D5A085BC1CF"), "국가 등록문화재" }
	},
	ShowGroupIdList = true
})%>

MUST Creative Engineering Laboratory

ImageImage Image Image

Image Image Image Image Image Image Image

Copyright © 2010 MUST Corp. All rights reserved. must@must.or.kr
This Program is released under the GNU General Public License v2. View the GNU General Public License v2 or visit the GNU website.