| AkObjectGetDocPropertyHtmlUrl Method (String, String, String, String) |
获取文档类文件属性的HTML链接。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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