Show / Hide Table of Contents

Class GoogleDocConnectorLocalization

Localization setting for Localization Client

Inheritance
System.Object
GoogleDocConnectorLocalization
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.GoogleDoc
Assembly: cs.temp.dll.dll
Syntax
public static class GoogleDocConnectorLocalization

Properties

SpreadsheetId

Spreadsheet ID used for the Localization client

Declaration
public static string SpreadsheetId { get; }
Property Value
Type Description
System.String

Methods

SpreadsheetIdSet(String)

Set a new spreadsheet ID to be used for the Localization client

Declaration
public static void SpreadsheetIdSet(string newSpreadsheetId)
Parameters
Type Name Description
System.String newSpreadsheetId

new spreadsheet ID

In This Article
Back to top Generated by DocFX