Click or drag to resize
AkBusinessSetCanDelete Method
能否删除。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual bool CanDelete(
	string objType,
	string objId,
	out string msg
)

Parameters

objType
Type: SystemString
对象类型。
objId
Type: SystemString
对象标识。
msg
Type: SystemString
消息。

Return Value

Type: Boolean
访问结果。
See Also