Share via


PartExtensionProvider.MakeSurePartExtensionExist(String, String) Method

Definition

Check to make sure the content type and part extension is in the provider. If not, they will be added.

public void MakeSurePartExtensionExist (string contentType, string partExtension);
member this.MakeSurePartExtensionExist : string * string -> unit
Public Sub MakeSurePartExtensionExist (contentType As String, partExtension As String)

Parameters

contentType
String

The content type

partExtension
String

Part Extension (".xml") to be used for the part with the specified content type.

Exceptions

Thrown when either parameter is null.

Applies to