AWS SDK for .NET Documentation
WithIndexDocumentSuffix Method (indexDocumentSuffix)
AmazonAmazon.S3.ModelWebsiteConfigurationWithIndexDocumentSuffix(String) Did this page help you?   Yes   No    Tell us about it...

This value is a suffix that is appended to a request that is for a "directory" on the website endpoint (e.g. if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html)

The suffix must not be empty and must not include a slash character.

Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public WebsiteConfiguration WithIndexDocumentSuffix(
	string indexDocumentSuffix
)
Parameters
indexDocumentSuffix (String)
Index document suffix
Return Value
the WebsiteConfiguration with the IndexDocumentSuffix set

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)