Click or drag to resize
AkObjectGetDocPropertyHtmlUrl Method (String, String, String, String)
获取文档类文件属性的HTML链接。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetDocPropertyHtmlUrl(
	string dbName,
	string objType,
	string objId,
	string propName
)

Parameters

dbName
Type: SystemString
数据空间名称。
objType
Type: SystemString
对象类型。
objId
Type: SystemString
对象标识。
propName
Type: SystemString
属性名称。

Return Value

Type: String
链接。
See Also