WebFileProperties 介面
發佈時間: 2016年4月
指定網站內的檔案所支援的屬性。
命名空間: VsWebSite
組件: VsWebSite.Interop (在 VsWebSite.Interop.dll 中)
語法
[GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")]
public interface WebFileProperties
[GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")]
public interface class WebFileProperties
[<GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")>]
type WebFileProperties = interface end
<GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")>
Public Interface WebFileProperties
屬性
名稱 | 描述 | |
---|---|---|
__id | 本 API 支援 產品 基礎結構,不會直接用於您的程式碼。 取得預設屬性。 |
|
AutoRefreshPath | 取得或設定自動重新整理路徑的網站的 Bin 組件。 |
|
Extender[String] | 取得擴充的 Web 檔案屬性。 |
|
ExtenderCATID | 取得物件的 extender 分類 ID (CATID)。 |
|
ExtenderNames | 取得物件的可用 extender 清單。 |
|
Extension | 取得檔案的副檔名。 |
|
FileName | 取得或設定包含副檔名的檔案名稱。 |
|
FullPath | 取得檔案的本機副本的完整路徑。 |
|
RelativeURL | 取得檔案,相對於網站根目錄的 URL。 |
|
URL | 取得檔案的 URL。 |
備註
WebFileProperties 從存取 Properties 檔案的集合。
請參閱
回到頁首