properties.AfterProperties["필드"]= "......................." ;
이런식으로 update .
itemadded /itemupdated 는
properties.ListItem["필드"]= 필드들 ;
properties.ListItem.Update();
datetime 필드에 값넣을때는...
properties.AfterProperties["starttime"] = SPUtility.CreateISO8601DateTimeFromSystemDateTime(sTime).ToString();
SPListItem.SystemUpdate 를 사용할 경우에는 변경이력안남기고 살짝 업데이트할때...^^
'IT 관련 이야기 > SharePoint' 카테고리의 다른 글
One or more files in the restored site collection will exceed the maximum supported path length. Please select a shorter destination site address and try again. (0) | 2010.11.13 |
---|---|
SharePoint 2007 Deployment: Custom Action Features (0) | 2010.06.25 |
Sharepoint EventHandler 사용시 유용한 팁... (0) | 2010.06.24 |
Customizing Sharepoint 2007 Calendar view (0) | 2010.06.08 |
Sharepoint2007 Service Account 비밀번호 변경 (0) | 2010.04.28 |
Sharepoint 2007 EventReceiver 관련 링크 (0) | 2010.04.23 |