GetAttachmentKey

CacheKeys.GetAttachmentKey method

添付ファイルを表すキャッシュ エントリの一意の識別子を返します。

public static string GetAttachmentKey(string attachmentId)
パラメータ タイプ 説明
attachmentId String 添付ファイルの一意の (単一ファイルのコンテキストでの) 識別子。

戻り値

添付ファイルを表すキャッシュ エントリの一意の識別子。

例外

例外 調子
ArgumentException スローされるタイミングattachmentIdnull または空です。

関連項目