본문 바로가기
개발언어/SharePoint

clientContext 의 DefaultDisplayFormUrl 속성을 로드하기

by 엔돌슨 2013. 4. 23.
반응형
The property or field ‘DefaultDisplayFormUrl’ has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

Posted by h0psing on January 14, 2013

“The property or field ‘DefaultDisplayFormUrl’ has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.”


clientContext.Load(list, w => w.DefaultDisplayFormUrl);
clientContext.Load(list, w => w.Title);
clientContext.ExecuteQuery();