Click or drag to resize

InformationContainerCreateInternalDocument(String, String, String, String, String) Method


Namespace: IIB.ICDD.Model
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public CtInternalDocument CreateInternalDocument(
	string sourceFilePath,
	string filename,
	string fileExtension,
	string mimeType,
	string folderID = null
)

Parameters

sourceFilePath  String
 
filename  String
 
fileExtension  String
 
mimeType  String
 
folderID  String  (Optional)
 

Return Value

CtInternalDocument
See Also