foreach (SPListItem item in listitems)
{
AttachmentControlTemplate atch_templt = new AttachmentControlTemplate(countr);
atch_templt.lnk_btn.Text = item.File.Name;
atch_templt.lnk_btn.OnClientClick = "window.open('" + site_url + "/" + item.File.Url + "')";
}
上記のサーバー側のコードは、"item.File.Name" を使用して SharePoint ドキュメント ライブラリに保存されたドキュメントの名前を取得する方法を示しています。「item.File.Name」の代わりに何を使用すればよいですか。
誰かがこれを整理するのを手伝ってくれますか??
どんな助けでも大歓迎です。