Click or drag to resize
OssUtilsIsObjectKeyValid Method
validates the object key

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public static bool IsObjectKeyValid(
	string key
)

Parameters

key
Type: SystemString
object key

Return Value

Type: Boolean
true:valid object key
See Also