IIsWebService.AddExtensionFile (WMI)
AddExtensionFile 方法向由文件路径标识的 ISAPIRestrictions 或 CGIRestrictions 中添加项。
语法
return_value = object.AddExtensionFile(
String ExtensionFile,
Boolean bEnable,
String GroupID,
Boolean bCanDelete,
String Description
)
参数
- ExtensionFile
- [in] 将要添加的文件。它将成为 wserl 项中的第二个令牌。
- bEnable
- [in] 是否启用?它将成为 wserl 项中的第一个令牌。
- GroupID
- [in] 组标识。它将成为 wserl 项中的第四个令牌。
- bCanDelete
- [in] 是否删除?它将成为 wser1 项中的第三个令牌。
- Description
- [in] 项的描述。它将成为 wserl 项中的最后一个令牌。
相关主题
© 1997-2003 Microsoft Corporation。保留所有权利。