PartExtensionProvider.MakeSurePartExtensionExist(String, 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.
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.