CreateFromStructure

Document.CreateFromStructure method

Bir dizi metin alanı olan bir yapıdan bir belge oluşturur.

public static Document CreateFromStructure(string documentKey, DateTime modificationDate, 
    DocumentField[] fields)
Parametre Tip Tanım
documentKey String Belge anahtarı.
modificationDate DateTime Belge değişiklik tarihi.
fields DocumentField[] Belge alanları.

Geri dönüş değeri

Oluşturulan belge.

Ayrıca bakınız