Click or drag to resize

CmisPropertyIdsGetPropertyString Method

Returns a CMIS proerty string.

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 cmisPropertyString GetPropertyString(
	string displayName,
	string localName,
	string propDef,
	string queryName,
	string value
)

Parameters

displayName
Type: SystemString
The display name of the property, or what would been seen as the name by a user.
localName
Type: SystemString
A name used internally to the repository.
propDef
Type: SystemString
The CMIS property type.
queryName
Type: SystemString
When submitting a query via the CMIS descovery service.
value
Type: SystemString
The value of the property.

Return Value

Type: cmisPropertyString
Returns a ObjectService.cmisPropertyString.
Remarks
Caution note Caution
CmisPropertyIds class is available with .NET Framework 3.5 and 4.5.2 only.
See Also