Click or drag to resize
IS3ObjectInfoExtensionMethodsGetBucketName Method
Returns bucket name for current IS3ObjectInfo.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 10.0.0
Syntax
C#
public static string GetBucketName(
	this IS3ObjectInfo obj
)

Parameters

obj
Type: CMS.AmazonStorageIS3ObjectInfo
Representation of a file in Amazon S3 storage.

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IS3ObjectInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also