Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web サービスを使用して、ドキュメント ライブラリの 1 つからカスタム列フィールドの ID/GUID を取得しようとしています。C#でこれを行うにはどうすればよいですか?
オラ!
C#でこれを試してください
SPWeb web = SPContext.Current.Web as SPWeb; Guid id = web.AvailableContentTypes["ContentTypeName"].Fields["FieldName"].Id;
よろしく、
ペドロ
SiteData Web サービスを介して GUID を取得する必要があります。Web Web サービスは ID を取得しません....
http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/3dd5871c-b52e-45c9-8ab2-9b9be092dede/