IFileToContentTypeService.RemoveFileName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified file name from the registry.
public:
void RemoveFileName(System::String ^ name);
public void RemoveFileName (string name);
abstract member RemoveFileName : string -> unit
Public Sub RemoveFileName (name As String)
Parameters
- name
- String
The file name (the period is optional).
Remarks
If the specified name does not exist, then the method does nothing.