Sharepoint contant class

using System;

namespace Microsoft.SharePoint
{
 public enum SPFileSystemObjectType
 {
  Invalid = -1,
  File = 0,
  Folder = 1,
  Web = 2,
 }
}

using System;

namespace Microsoft.SharePoint
{
 public enum SPFileSystemObjectType
 {
  Invalid = -1,
  File = 0,
  Folder = 1,
  Web = 2,
 }
}

Microsoft.SharePoint.SPBuiltInFieldId

posted @ 2011-07-14 13:55  withsoso  阅读(137)  评论(0编辑  收藏  举报