Click or drag to resize

CmisPropertyIdsMakeImportDocumentPropertiesList Method

A method to create the basic set of properties needed to create a document in a repository.

Namespace:  Atalasoft.Imaging.WebControls.Capture.Cmis
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static cmisPropertiesType MakeImportDocumentPropertiesList(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the file which the properties are being created for.

Return Value

Type: cmisPropertiesType
Returns a ObjectService.cmisPropertiesType, which is a collection of CMIS properties.
Remarks
Caution note Caution
CmisPropertyIds class is available with .NET Framework 3.5 and 4.5.2 only.
See Also